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