AddValue

Overload list

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

  Type Name Description
Public function void

AddValue ( const FValueWithId& Value
)

Add a value to the cache record.The ID for the value must be unique within this cache record.
Public function void

AddValue ( const FValueId& Id,
const FValue& Value
)

Add a value to the cache record.
Public function void

AddValue ( const FValueId& Id,
const FCompositeBuffer& Buffer,
uint64 BlockSize
)

Add a value to the cache record.
Public function void

AddValue ( const FValueId& Id,
const FSharedBuffer& Buffer,
uint64 BlockSize
)

Add a value to the cache record.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page