ICache::PutValue

Asynchronous request to put values in the cache.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > ICache

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h
Include #include "DerivedDataCache.h"
void PutValue
(
    TConstArrayView< [FCachePutValueRequest](API\Developer\DerivedDataCache\FCachePutValueRequest) > Requests,
    [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & Owner,
    [FOnCachePutValueComplete](API\Developer\DerivedDataCache\FOnCachePutValueComplete) && OnComplete
)

Remarks

Asynchronous request to put values in the cache.

Parameters

Name Description
Requests Requests with the cache values to store. Requests must have a key.
Owner The owner to execute the request within. See IRequestOwner.
OnComplete A callback invoked for every request as it completes or is canceled.

See Also

FCachePutValueRequest


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library