Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FBuildContext
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Adds a value to the build output. Must have a non-null buffer and a unique ID. |
DerivedDataBuildFunction.h |
|
|
|
DerivedDataBuildFunction.h |
|
|
|
DerivedDataBuildFunction.h |
|
void AddValue
(
const FValueId& Id,
const FCompositeBuffer& Buffer,
uint64 BlockSize
)
|
|
DerivedDataBuildFunction.h |
|
void AddValue
(
const FValueId& Id,
const FSharedBuffer& Buffer,
uint64 BlockSize
)
|
|
DerivedDataBuildFunction.h |
|
AddValue(const FValueId &, const FValue &)
Description
Adds a value to the build output. Must have a non-null buffer and a unique ID.
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
| Include Path |
#include "DerivedDataBuildFunction.h" |
void AddValue
(
const FValueId & Id,
const FValue & Value
)
AddValue(const FValueId &, const FCompressedBuffer &)
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
| Include Path |
#include "DerivedDataBuildFunction.h" |
void AddValue
(
const FValueId & Id,
const FCompressedBuffer & Buffer
)
AddValue(const FValueId &, const FCbObject &)
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
| Include Path |
#include "DerivedDataBuildFunction.h" |
void AddValue
(
const FValueId & Id,
const FCbObject & Object
)
AddValue(const FValueId &, const FCompositeBuffer &, uint64)
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
| Include Path |
#include "DerivedDataBuildFunction.h" |
void AddValue
(
const FValueId & Id,
const FCompositeBuffer & Buffer,
uint64 BlockSize
)
AddValue(const FValueId &, const FSharedBuffer &, uint64)
| |
|
| Name |
AddValue |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
| Include Path |
#include "DerivedDataBuildFunction.h" |
void AddValue
(
const FValueId & Id,
const FSharedBuffer & Buffer,
uint64 BlockSize
)