dump: [json] pakchunk0
dump: [json] [pak] pakchunk0 dump: [json] [utoc] pakchunk0 track large files with lfs
This commit is contained in:
parent
a0202f19ac
commit
6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions
46
Engine/Plugins/Media/WmfMedia/WmfMedia.json
Normal file
46
Engine/Plugins/Media/WmfMedia/WmfMedia.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 2,
|
||||
"VersionName" : "2.0",
|
||||
"FriendlyName" : "WMF Media Player",
|
||||
"Description" : "Implements a media player using the Windows Media Foundation framework.",
|
||||
"Category" : "Media Players",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "https://forums.unrealengine.com/showthread.php?46879-Media-Framework-Documentation-for-4-5-Preview",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : true,
|
||||
"CanContainContent" : false,
|
||||
"IsBetaVersion" : false,
|
||||
"Installed" : false,
|
||||
"Modules" :
|
||||
[
|
||||
{
|
||||
"Name": "WmfMedia",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit",
|
||||
"PlatformAllowList": [ "Win64" ],
|
||||
"TargetDenyList": [ "Server" ]
|
||||
},
|
||||
{
|
||||
"Name": "WmfMediaEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "PostEngineInit",
|
||||
"TargetDenyList": [ "Server" ]
|
||||
},
|
||||
{
|
||||
"Name": "WmfMediaFactory",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "PostEngineInit",
|
||||
"TargetDenyList": [ "Server" ]
|
||||
},
|
||||
{
|
||||
"Name": "WmfMediaFactory",
|
||||
"Type": "RuntimeNoCommandlet",
|
||||
"LoadingPhase": "PostEngineInit",
|
||||
"PlatformAllowList": [ "Mac", "Linux", "Win64" ],
|
||||
"TargetDenyList": [ "Server" ]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue