AnKangCAVE51/AnKang/Windows/Engine/Plugins/Media/WebMMedia/WebMMedia.uplugin

54 lines
990 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "WebM Video Player",
"Category": "Media Players",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "WebMMedia",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
],
"TargetDenyList": [
"Server"
]
},
{
"Name": "WebMMediaEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "WebMMediaFactory",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "WebMMediaFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
],
"TargetDenyList": [
"Server"
]
}
]
}