Deprecated
Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
Include |
#include "DerivedDataCache.h" |
struct FCacheGetChunkResponse
Parameters for the completion callback for cache chunk requests.
Name | Description | ||
---|---|---|---|
|
Id |
A copy of the ID from the request. |
|
|
Key |
A copy of the key from the request. |
|
|
Name |
A copy of the name from the request. |
|
|
RawData |
Data for the subset of the value that was fetched when Status is Ok, otherwise null. |
|
|
RawHash |
The hash of the entire value, even if only a subset was fetched. |
|
|
RawOffset |
A copy of the offset from the request. |
|
|
RawSize |
The size, in bytes, of the subset of the value that was fetched, if any. |
|
|
Status |
The status of the request. |
|
|
UserData |
A copy of the value from the request. |