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

49 lines
955 B
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,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"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"
}
],
"Plugins": [
{
"Name": "ActorModifierCore",
"Enabled": true
},
{
"Name": "ClonerEffector",
"Enabled": true
}
]
}