AnKangCAVE51/AnKang/Windows/Engine/Plugins/Runtime/WebMMoviePlayer/WebMMoviePlayer.uplugin

39 lines
759 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Movie Player for WebM files",
"Description": "Movie Player for WebM files",
"Category": "Media Players",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "WebMMoviePlayer",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
],
"TargetDenyList": [
"Server"
]
}
],
"Plugins": [
{
"Name": "WebMMedia",
"Enabled": true
}
],
"IsExperimentalVersion": false
}