Navigation
API > API/Plugins > API/Plugins/DefaultInstallBundleManager > API/Plugins/DefaultInstallBundleManager/FDefaultInstallBundleManager
Inheritance Hierarchy
- FDefaultInstallBundleManager::FCacheEvictionRequestor
- FDefaultInstallBundleManager::FContentRequest
References
| Module | DefaultInstallBundleManager |
| Header | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/DefaultInstallBundleManager.h |
| Include | #include "DefaultInstallBundleManager.h" |
Syntax
struct FContentRequest : public FDefaultInstallBundleManager::FCacheEvictionRequestor
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bContentWasInstalled | ||
| bool | bDidCacheHintRequested | ||
| bool | bFinishWhenCanceled | ||
| bool | bForcePauseCallback | ||
| bool | bIsCanceled | ||
| bool | bShouldSendAnalytics | ||
| FName | BundleName | ||
| TMap< EInstallBundleSourceType, FInstallBundleSourceProgress > | CachedSourceProgress | ||
| FDelegateHandle | CheckLastestClientDelegateHandle | ||
| EInstallBundleRequestFlags | Flags | ||
| TStaticArray< int32, EContentRequestBatch::Count > | iOnCanceledStep | ||
| int32 | iPrereq | ||
| int32 | iStep | ||
| TOptional< InstallBundleUtil::FInstallBundleManagerKeepAwake > | KeepAwake | If needed, Keep the engine awake while process requests. | |
| EInstallBundleCacheReserveResult | LastCacheReserveResult | ||
| EInstallBundlePauseFlags | LastSentPauseFlags | ||
| ELogVerbosity::Type | LogVerbosityOverride | ||
| FString | OptionalErrorCode | ||
| FText | OptionalErrorText | ||
| TArray< EBundlePrereqs > | Prereqs | ||
| InstallBundleUtil::FContentRequestSharedContextPtr | RequestSharedContext | ||
| EInstallBundleResult | Result | ||
| TOptional< InstallBundleUtil::FInstallBundleManagerScreenSaverControl > | ScreenSaveControl | If needed, Banish screen savers. | |
| TMap< EInstallBundleSourceType, EInstallBundlePauseFlags > | SourcePauseFlags | ||
| TMap< EInstallBundleSourceType, FInstallBundleSourceUpdateContentResultInfo > | SourceRequestResults | ||
| EContentRequestStepResult | StepResult | ||
| TArray< EContentRequestState > | Steps |
Overridden from FCacheEvictionRequestor
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| ECacheEvictionRequestorType | |||
| ELogVerbosity::Type |