Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

56 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Actor Modifier",
"Description": "Actual implementation of modifiers for actors based on ActorModifierCore plugin",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"Installed": false,
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
],
"Modules": [
{
"Name": "ActorModifier",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ActorModifierEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "ActorModifierLayout",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ActorModifierRendering",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ActorModifierCore",
"Enabled": true
},
{
"Name": "ClonerEffector",
"Enabled": true
},
{
"Name": "CompositeCore",
"Enabled": true
}
]
}