Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include | #include "DerivedDataCache.h" |
Syntax
struct FCachePutResponse
Remarks
Parameters for the completion callback for cache put requests.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCacheKey | Key | A copy of the key from the request. | |
| FSharedString | Name | A copy of the name from the request. | |
| EStatus | Status | The status of the request. | |
| uint64 | UserData | A copy of the value from the request. |