Navigation
API > API/Developer > API/Developer/DerivedDataCache
| |
|
| Name |
FCachePutResponse |
| Type |
struct |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include Path |
#include "DerivedDataCache.h" |
Syntax
struct FCachePutResponse
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 |
|
| Record |
FCacheRecord |
A copy of the record from the request, or the conflicting record if there is one. |
DerivedDataCache.h |
|
| Status |
EStatus |
The status of the request. |
DerivedDataCache.h |
|
| UserData |
uint64 |
A copy of the value from the request. |
DerivedDataCache.h |
|