Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > ICache
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
Include | #include "DerivedDataCache.h" |
void Put ( TConstArrayView< [FCachePutRequest](API\Developer\DerivedDataCache\FCachePutRequest) > Requests, [IRequestOwner](API\Developer\DerivedDataCache\IRequestOwner) & Owner, [FOnCachePutComplete](API\Developer\DerivedDataCache\FOnCachePutComplete) && OnComplete )
Remarks
Asynchronous request to put records in the cache.
Parameters
Name | Description |
---|---|
Requests | Requests with the cache records to store. Records 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. |