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