FCacheRecordBuilder::Build

Build a cache record, which makes this builder subsequently unusable.

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

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h
Include #include "DerivedDataCacheRecord.h"
[FCacheRecord](API\Developer\DerivedDataCache\FCacheRecord) Build()  

Remarks

Build a cache record, which makes this builder subsequently unusable.

Prefer BuildAsync() when the values are added from raw buffers, which requires compressing those buffers before constructing the cache record.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library