Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | FInstallBundleCacheStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
struct FInstallBundleCacheStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BundleStats | TArray< FInstallBundleCacheBundleStats > | EInstallBundleCacheStatsFlags::DumpToResults must be used to populate BundleStats. | InstallBundleTypes.h | |
| CacheName | FName | InstallBundleTypes.h | ||
| FreeSize | uint64 | InstallBundleTypes.h | ||
| MaxSize | uint64 | InstallBundleTypes.h | ||
| ReservedSize | uint64 | InstallBundleTypes.h | ||
| UsedSize | uint64 | InstallBundleTypes.h |