FCacheGetValueResponse

Parameters for the completion callback for cache value get requests.

Unreal Engine C++ API Reference > Developer > DerivedDataCache

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h
Include #include "DerivedDataCache.h"

Syntax

struct FCacheGetValueResponse  

Remarks

Parameters for the completion callback for cache value get 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.
FValue Value Value for the request that completed or was canceled.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library