Navigation
API > API/Developer > API/Developer/DerivedDataCache
Parameters to request to put a cache record.
| Name | FCachePutRequest |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include Path | #include "DerivedDataCache.h" |
Syntax
struct FCachePutRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FSharedString | A name to identify this request for logging and profiling. An object path is typically sufficient. | DerivedDataCache.h | |
| Policy | FCacheRecordPolicy | Flags to control the behavior of the request. | DerivedDataCache.h | |
| Record | FCacheRecord | A record to store. | DerivedDataCache.h | |
| UserData | uint64 | A value that will be returned in the completion callback. | DerivedDataCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCachePutResponse MakeResponse
(
EStatus Status |
Make a default response for this request, with the provided status. | DerivedDataCache.h |