Navigation
API > API/Developer > API/Developer/DerivedDataCache
Parameters to request to get a cache record.
| Name | FCacheGetRequest |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include Path | #include "DerivedDataCache.h" |
Syntax
struct FCacheGetRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | FCacheKey | A key identifying the record to fetch. | DerivedDataCache.h | |
| 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 | |
| UserData | uint64 | A value that will be returned in the completion callback. | DerivedDataCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCacheGetResponse MakeResponse
(
EStatus Status |
Make a default response for this request, with the provided status. | DerivedDataCache.h |