Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Cache-state snapshot taken at the moment an install-cache error is produced. Used as a plain field on errors that carry cache state directly (InstallCachePurgeError, InstallCacheDefragError) and as the sole field of the pushable InstallCacheErrorContext, so the same data can be attached to errors that originate below the cache layer.
| Name | FInstallCacheErrorState |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/OnDemandError.h |
| Include Path | #include "IO/OnDemandError.h" |
Syntax
struct FInstallCacheErrorState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDiskQuerySucceeded | bool | IO/OnDemandError.h | ||
| CacheSize | uint64 | IO/OnDemandError.h | ||
| CasType | const TCHAR * | IO/OnDemandError.h | ||
| DiskFreeBytes | uint64 | IO/OnDemandError.h | ||
| DiskTotalBytes | uint64 | IO/OnDemandError.h | ||
| IoError | FIoStatus | IO/OnDemandError.h | ||
| LineNo | uint32 | IO/OnDemandError.h | ||
| MaxCacheSize | uint64 | IO/OnDemandError.h | ||
| RequestedSize | uint64 | IO/OnDemandError.h |