Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
Include | #include "DerivedDataCache.h" |
Syntax
struct FCachePutValueResponse
Remarks
Parameters for the completion callback for cache value 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. |