Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FValue
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FValue Compress
(
const FCompositeBuffer& RawData,
uint64 BlockSize
)
|
Compress the buffer to a value using default derived data compression parameters. |
DerivedDataValue.h |
|
static FValue Compress
(
const FSharedBuffer& RawData,
uint64 BlockSize
)
|
|
DerivedDataValue.h |
|
Compress(const FCompositeBuffer &, uint64)
Description
Compress the buffer to a value using default derived data compression parameters.
| |
|
| Name |
Compress |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path |
#include "DerivedDataValue.h" |
| Source |
/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataValue.cpp |
static FValue Compress
(
const FCompositeBuffer & RawData,
uint64 BlockSize
)
Parameters
| Name |
Remarks |
| RawData |
The raw data to be compressed. |
| BlockSize |
The power-of-two block size to encode raw data in. 0 is default. |
Compress(const FSharedBuffer &, uint64)
| |
|
| Name |
Compress |
| Type |
function |
| Header File |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path |
#include "DerivedDataValue.h" |
| Source |
/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataValue.cpp |
static FValue Compress
(
const FSharedBuffer & RawData,
uint64 BlockSize
)