Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControlInterception/RemoteControlInterception.uplugin

25 lines
553 B
Plaintext
Raw Normal View History

{
"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": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Hidden": true,
"Modules": [
{
"Name": "RemoteControlInterception",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}