Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
TODO: These details shouldn't be in engine code. If you find yourself adding to this struct, please consider refactoring this to pass back a list of FAnalyticsEventAttribute's instead.
| Name | FBundleRequestCompleteInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
struct FBundleRequestCompleteInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AsyncExitDelay | double | InstallBundleTypes.h | ||
| AsyncPlacedInBackground | bool | InstallBundleTypes.h | ||
| AsyncStartupDelay | double | InstallBundleTypes.h | ||
| BPTErrorCode | FString | InstallBundleTypes.h | ||
| BundleDecompressionInfo | FBundleDecompressionInfo | InstallBundleTypes.h | ||
| CurrentManifest | FString | InstallBundleTypes.h | ||
| DownloadType | FString | InstallBundleTypes.h | ||
| EstimatedFullDownloadBytes | uint64 | InstallBundleTypes.h | ||
| InstallManifestVersion | FString | InstallBundleTypes.h | ||
| OldManifestVersion | FString | InstallBundleTypes.h | ||
| OldVersionTimeStamp | FString | InstallBundleTypes.h | ||
| PreviousManifest | FString | InstallBundleTypes.h | ||
| Result | FString | InstallBundleTypes.h | ||
| TotalDownloadedBytes | uint64 | InstallBundleTypes.h |