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

38 lines
766 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Media Compositing",
"Description" : "Actors, components and Sequencer extensions for compositing media",
"Category" : "Rendering",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "MediaCompositing",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "MediaCompositingEditor",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit"
}
],
"Plugins":
[
{
"Name": "ImgMedia",
"TargetAllowList": [ "Editor" ],
"Enabled": true
}
]
}