Files
UnrealEngine/Engine/Plugins/Compositing/Composure/Composure.uplugin
2025-05-18 13:04:45 +08:00

61 lines
1.1 KiB
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Composure",
"Description" : "Plugin design to make compositing easier in Unreal Engine.",
"Category" : "Compositing",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "Composure",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "ComposureEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
},
{
"Name" : "ComposureLayersEditor",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit"
}
],
"Plugins": [
{
"Name": "CameraCalibrationCore",
"Enabled": true
},
{
"Name": "BlueprintMaterialTextureNodes",
"Enabled": true
},
{
"Name": "MediaIOFramework",
"Enabled": true
},
{
"Name": "OpenColorIO",
"Enabled": true
},
{
"Name": "ActorLayerUtilities",
"Enabled": true
},
{
"Name": "LensComponent",
"Enabled": true
}
]
}