Navigation
API > API/Developer > API/Developer/DerivedDataCache
Parameters for the completion callback for cache value put requests.
| Name | FCachePutValueResponse |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include Path | #include "DerivedDataCache.h" |
Syntax
struct FCachePutValueResponse
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 |