Navigation
API > API/Developer > API/Developer/DerivedDataCache
Parameters to request to put a cache value.
| Name | FCachePutValueRequest |
| Type | struct |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include Path | #include "DerivedDataCache.h" |
Syntax
struct FCachePutValueRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | FCacheKey | A key that will uniquely identify the value in the cache. | DerivedDataCache.h | |
| Name | FSharedString | A name to identify this request for logging and profiling. An object path is typically sufficient. | DerivedDataCache.h | |
| Policy | ECachePolicy | Flags to control the behavior of the request. See ECachePolicy. | DerivedDataCache.h | |
| UserData | uint64 | A value that will be returned in the completion callback. | DerivedDataCache.h | |
| Value | FValue | A value to store. | DerivedDataCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCachePutValueResponse MakeResponse
(
EStatus Status |
Make a default response for this request, with the provided status. | DerivedDataCache.h |