You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#preflight 6266b6760634d0904ce1a85e #rnx #jira UE-146398 #rb Justin.Marcus #ROBOMERGE-AUTHOR: david.harvey #ROBOMERGE-SOURCE: CL 20142576 via CL 20143767 via CL 20144401 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690) [CL 20148114 by david harvey in ue5-main branch]
39 lines
888 B
Plaintext
39 lines
888 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"FriendlyName" : "Default Install Bundle Manager",
|
|
"Description" : "Default engine handler for downloading, patching, and mounting content bundles while the game is running.",
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"DocsURL" : "",
|
|
"MarketplaceURL" : "",
|
|
"SupportURL" : "",
|
|
"EnabledByDefault" : false,
|
|
"CanContainContent" : false,
|
|
"IsBetaVersion" : false,
|
|
"Installed" : false,
|
|
"Modules": [
|
|
{
|
|
"Name": "DefaultInstallBundleManager",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PreEarlyLoadingScreen"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "OnlineSubsystem",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "OnlineFramework",
|
|
"Enabled": true
|
|
},
|
|
],
|
|
"LocalizationTargets": [
|
|
{
|
|
"Name": "DefaultInstallBundleManager",
|
|
"LoadingPolicy": "Always"
|
|
}
|
|
]
|
|
} |