Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FCacheRecordBuilder
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Add a value to the cache record.The ID for the value must be unique within this cache record. |
DerivedDataCacheRecord.h |
|
|
Add a value to the cache record. |
DerivedDataCacheRecord.h |
|
void AddValue
(
const FValueId& Id,
const FCompositeBuffer& Buffer,
uint64 BlockSize
)
|
Add a value to the cache record. |
DerivedDataCacheRecord.h |
|
void AddValue
(
const FValueId& Id,
const FSharedBuffer& Buffer,
uint64 BlockSize
)
|
|
DerivedDataCacheRecord.h |
|
AddValue(const FValueWithId &)
Description
Add a value to the cache record.
The ID for the value must be unique within this cache record.
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path |
#include "DerivedDataCacheRecord.h" |
| Source |
/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
void AddValue
(
const FValueWithId & Value
)
AddValue(const FValueId &, const FValue &)
Description
Add a value to the cache record.
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path |
#include "DerivedDataCacheRecord.h" |
void AddValue
(
const FValueId & Id,
const FValue & Value
)
Parameters
| Name |
Remarks |
| Id |
An ID for the value that is unique within this cache record. |
AddValue(const FValueId &, const FCompositeBuffer &, uint64)
Description
Add a value to the cache record.
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path |
#include "DerivedDataCacheRecord.h" |
| Source |
/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
void AddValue
(
const FValueId & Id,
const FCompositeBuffer & Buffer,
uint64 BlockSize
)
Parameters
| Name |
Remarks |
| Id |
An ID for the value that is unique within this cache record. |
| Buffer |
The value, which is compressed by the builder, and cloned if not owned. |
| BlockSize |
The power-of-two block size to encode raw data in. 0 is default. |
AddValue(const FValueId &, const FSharedBuffer &, uint64)
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path |
#include "DerivedDataCacheRecord.h" |
| Source |
/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
void AddValue
(
const FValueId & Id,
const FSharedBuffer & Buffer,
uint64 BlockSize
)