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

25 lines
555 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Remote Control Interception API",
"Description": "Plugin that allows to intercept Remote Control commands",
"Category": "Messaging",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Hidden": true,
"Modules": [
{
"Name": "RemoteControlInterception",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}