You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This represents UE4/Main @17774255, Release-5.0 @17791557 and Dev-PerfTest @17789485 [CL 17794212 by aurel cordonnier in ue5-release-engine-test branch]
51 lines
968 B
Plaintext
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
|
|
},
|
|
]
|
|
}
|