Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Holds information about the install cache usage
| Name | FOnDemandInstallCacheUsage |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandInstallCacheUsage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FragmentedChunksSize | uint64 | IO/IoStoreOnDemand.h | ||
| MaxSize | uint64 | IO/IoStoreOnDemand.h | ||
| ReferencedBlockSize | uint64 | IO/IoStoreOnDemand.h | ||
| ReferencedBytesByHandle | TArray< FOnDemandInstallHandleCacheUsage > | Only populated if DumpHandlesToResults is specified. | IO/IoStoreOnDemand.h | |
| ReferencedSize | uint64 | IO/IoStoreOnDemand.h | ||
| TotalSize | uint64 | IO/IoStoreOnDemand.h |