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

26 lines
552 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "HoldoutComposite",
"Description": "Deprecated plugin now redirected to CompositeCore",
"Category": "Compositing",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
],
"Plugins": [
{
"Name": "CompositeCore",
"Enabled": true
}
]
}