FValue

Overload list

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

  Type Name Description
Public function  

FValue ()

Construct a null value, which is a hash and size of zero with no data.
Public function  

FValue ( const FCompressedBuffer& Data
)

Construct a value from a compressed buffer, which is cloned if not owned.
Public function   Construct a null value, which is a hash and size of zero with no data.
Public function  

FValue ( const FIoHash& RawHash,
uint64 RawSize
)

Construct a value reference from the hash and size of its data.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page