Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
Include |
#include "DerivedDataCache.h" |
struct FCacheGetRequest
Parameters to request to get a cache record.
Name | Description | ||
---|---|---|---|
|
Key |
A key identifying the record to fetch. |
|
|
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. |
|
|
UserData |
A value that will be returned in the completion callback. |