Navigation
API > API/Developer > API/Developer/DerivedDataCache
Parameters for the completion callback for cache get requests.
| Name | FCacheGetResponse |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include Path | #include "DerivedDataCache.h" |
Syntax
struct FCacheGetResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FSharedString | A copy of the name from the request. | DerivedDataCache.h | |
| Record | FCacheRecord | Record for the request that completed or was canceled. | DerivedDataCache.h | |
| Status | EStatus | The status of the request. | DerivedDataCache.h | |
| UserData | uint64 | A copy of the value from the request. | DerivedDataCache.h |