Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
Include |
#include "DerivedDataCacheRecord.h" |
class FCacheRecordBuilder
A cache record builder is used to construct a cache record.
Create using a key that uniquely corresponds to the values for the cache record. The metadata may vary between records with the same key.
Name | Description | |
---|---|---|
|
FCacheRecordBuilder ( |
Create a cache record builder from a cache key. |
Name | Description | ||
---|---|---|---|
|
AddValue ( |
Add a value to the cache record. |
|
|
AddValue |
Add a value to the cache record. |
|
|
AddValue ( |
Add a value to the cache record. |
|
|
AddValue ( |
Add a value to the cache record. |
|
|
Build() |
Build a cache record, which makes this builder subsequently unusable. |
|
|
BuildAsync ( |
Build a cache record asynchronously, which makes this builder subsequently unusable. |
|
|
SetMeta ( |
Set the metadata for the cache record. |