Files
UnrealEngineUWP/Engine/Plugins/Experimental/RemoteSession/RemoteSession.uplugin
Robb Surridge 610c467639 Update vendor links for built-in plugins to use secure protocol.
#jira UE-166823
#rb lauren.barnes
#preflight 6352b20b7261e565c476ec3b

[CL 22690089 by Robb Surridge in ue5-main branch]
2022-10-21 11:04:07 -04:00

51 lines
969 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": "https://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
},
]
}