Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValue () |
Construct a null value, which is a hash and size of zero with no data. | DerivedDataValue.h | |
FValue
(
const FCompressedBuffer& Data |
Construct a value from a compressed buffer, which is cloned if not owned. | DerivedDataValue.h | |
FValue
(
FCompressedBuffer&& Data |
DerivedDataValue.h | ||
FValue
(
const FIoHash& RawHash, |
Construct a value reference from the hash and size of its data. | DerivedDataValue.h |
FValue()
Description
Construct a null value, which is a hash and size of zero with no data.
| Name | FValue |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path | #include "DerivedDataValue.h" |
FValue()
FValue(const FCompressedBuffer &)
Description
Construct a value from a compressed buffer, which is cloned if not owned.
| Name | FValue |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path | #include "DerivedDataValue.h" |
FValue
(
const FCompressedBuffer & Data
)
FValue(FCompressedBuffer &&)
| Name | FValue |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path | #include "DerivedDataValue.h" |
FValue
(
FCompressedBuffer && Data
)
FValue(const FIoHash &, uint64)
Description
Construct a value reference from the hash and size of its data.
| Name | FValue |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path | #include "DerivedDataValue.h" |
FValue
(
const FIoHash & RawHash,
uint64 RawSize
)