Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FCacheRecordBuilder
Description
Build a cache record asynchronously, which makes this builder subsequently unusable.
Prefer Build() when the values are added from compressed buffers as compression is already complete and BuildAsync() will complete immediately in that case.
| Name | BuildAsync |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
void BuildAsync
(
IRequestOwner & Owner,
FOnCacheRecordComplete && OnComplete
)