Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FValue
| Type | Name | Description | |
|---|---|---|---|
FValue () |
Construct a null value, which is a hash and size of zero with no data. | ||
FValue
(
const FCompressedBuffer& Data |
Construct a value from a compressed buffer, which is cloned if not owned. | ||
FValue
(
FCompressedBuffer&& Data |
Construct a null value, which is a hash and size of zero with no data. | ||
| Construct a value reference from the hash and size of its data. |