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