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

35 lines
671 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Remote Control Components",
"Description": "",
"Category": "Experimental",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "RemoteControlComponents",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "RemoteControlComponentsEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "RemoteControl",
"Enabled": true
}
]
}