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

41 lines
827 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Remote Control Actor Modifier Bridge",
"Description": "Interface between the Remote Control, Actor Modifier and Property Animator plugins.",
"Category": "Messaging",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "ActorModifierCore",
"Enabled": true
},
{
"Name": "OperatorStack",
"Enabled": true
},
{
"Name": "RemoteControl",
"Enabled": true
},
{
"Name": "PropertyAnimatorCore",
"Enabled": true
}
],
"Modules": [
{
"Name": "RemoteControlActorModifierBridge",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}