Files
UnrealEngineUWP/Engine/Plugins/Runtime/PostSplashScreen/PostSplashScreen.uplugin
bob tellez 62340b9a8e #UE4 make PostSplashScreen entirely disabled on pc only and upadate LiveCodingConsole binary to remove dependency on it.
[FYI] Hongyi.Yu


#ROBOMERGE-OWNER: bob.tellez
#ROBOMERGE-AUTHOR: bob.tellez
#ROBOMERGE-SOURCE: CL 9388386 via CL 9388401
#ROBOMERGE-BOT: (v456-9359915)

[CL 9391670 by bob tellez in Main branch]
2019-10-03 10:57:34 -04:00

31 lines
710 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Custom Splash Preload Screen",
"Description": "Handles displaying a custom splash screen after system splash screen during engine preinit.",
"Category": "PostSplashScreen",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"XboxOne"
],
"Modules": [
{
"Name": "PostSplashScreen",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostSplashScreen",
"WhitelistPlatforms": [
"XboxOne"
]
}
]
}