Files
UnrealEngineUWP/Engine/Plugins/Experimental/RemoteSession/RemoteSession.uplugin
aurel cordonnier a12d56ff31 Merge from Release-Engine-Staging @ 17791557 to Release-Engine-Test
This represents UE4/Main @17774255, Release-5.0 @17791557 and Dev-PerfTest @17789485

[CL 17794212 by aurel cordonnier in ue5-release-engine-test branch]
2021-10-12 21:21:22 -04:00

51 lines
968 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "RemoteSession",
"Description": "A plugin for Unreal that allows one instance to act as a thin-client (rendering and input) to a second instance",
"Category": "Experimental",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "RemoteSession",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformDenyList": [
"TVOS"
]
},
{
"Name": "RemoteSessionEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformDenyList": [
"TVOS"
]
}
],
"Plugins": [
{
"Name": "BackChannel",
"Enabled": true
},
{
"Name": "AppleImageUtils",
"Enabled": true
},
{
"Name": "MediaIOFramework",
"Enabled": true
},
]
}