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 FCachePutValueRequest
Remarks
Parameters to request to put a cache value.
Variables
Type | Name | Description |
---|---|---|
FCacheKey | Key | A key that will uniquely identify the value in the cache. |
FSharedString | Name | A name to identify this request for logging and profiling. An object path is typically sufficient. |
ECachePolicy | Policy | Flags to control the behavior of the request. See ECachePolicy. |
uint64 | UserData | A value that will be returned in the completion callback. |
FValue | Value | A value to store. |
Functions
Type | Name | Description |
---|---|---|
FCachePutVal... | MakeResponse ( EStatus Status ) | Make a default response for this request, with the provided status. |