Navigation
API > API/Developer > API/Developer/DerivedDataCache
Parameters for the completion callback for cache chunk requests.
| Name | FCacheGetChunkResponse |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include Path | #include "DerivedDataCache.h" |
Syntax
struct FCacheGetChunkResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FValueId | A copy of the ID from the request. | DerivedDataCache.h | |
| Key | FCacheKey | A copy of the key from the request. | DerivedDataCache.h | |
| Name | FSharedString | A copy of the name from the request. | DerivedDataCache.h | |
| RawData | FSharedBuffer | Data for the subset of the value that was fetched when Status is Ok, otherwise null. | DerivedDataCache.h | |
| RawHash | FIoHash | The hash of the entire value, even if only a subset was fetched. | DerivedDataCache.h | |
| RawOffset | uint64 | A copy of the offset from the request. | DerivedDataCache.h | |
| RawSize | uint64 | The size, in bytes, of the subset of the value that was fetched, if any. | DerivedDataCache.h | |
| Status | EStatus | The status of the request. | DerivedDataCache.h | |
| UserData | uint64 | A copy of the value from the request. | DerivedDataCache.h |