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