Files
UnrealEngine/Engine/Plugins/Compositing/CompositeCore/CompositeCore.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

25 lines
640 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "CompositeCore",
"Description": "Extensible core plugin for real-time compositing, with a default (holdout) composite pipeline through post-processing.",
"Category": "Compositing",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "CompositeCore",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
]
}