Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
Include |
#include "DerivedDataCache.h" |
struct FCacheGetChunkRequest
Parameters to request a chunk, which is a subset of a value, from a cache record or cache value.
Name | Description | ||
---|---|---|---|
|
Id |
An ID identifying the value to fetch, if fetching from a record, otherwise null. |
|
|
Key |
A key identifying the record or value to fetch the chunk from. |
|
|
Name |
A name to identify this request for logging and profiling. An object path is typically sufficient. |
|
|
Policy |
Flags to control the behavior of the request. See ECachePolicy. |
|
|
RawHash |
The raw hash of the entire value to fetch, if available, otherwise zero. |
|
|
RawOffset |
The offset into the raw bytes of the value at which to start fetching. |
|
|
RawSize |
The maximum number of raw bytes of the value to fetch, starting from the offset. |
|
|
UserData |
A value that will be returned in the completion callback. |