Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
Include |
#include "DerivedDataCache.h" |
struct FCachePutValueRequest
Parameters to request to put a cache value.
Name | Description | ||
---|---|---|---|
|
Key |
A key that will uniquely identify the value in the cache. |
|
|
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. |
|
|
Value |
A value to store. |