Files
UnrealEngine/Engine/Plugins/Experimental/DefaultInstallBundleManager/DefaultInstallBundleManager.uplugin
2025-05-18 13:04:45 +08:00

39 lines
889 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" : "https://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"
}
]
}