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 FCacheGetResponse
Remarks
Parameters for the completion callback for cache get requests.
Variables
Type | Name | Description |
---|---|---|
FSharedString | Name | A copy of the name from the request. |
FCacheRecord | Record | Record for the request that completed or was canceled. |
EStatus | Status | The status of the request. |
uint64 | UserData | A copy of the value from the request. |