Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FIoChunkEncoding
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
IO/IoChunkEncoding.h |
|
static bool Decode
(
FMemoryView EncodedData,
FName CompressionFormat,
FMemoryView EncryptionKey,
FMutableMemoryView OutRawData,
uint64 Offset
)
|
|
IO/IoChunkEncoding.h |
|
Decode(const FIoChunkDecodingParams &, FMemoryView, FMutableMemoryView, EIoDecodeFlags)
| |
|
| Name |
Decode |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoChunkEncoding.h |
| Include Path |
#include "IO/IoChunkEncoding.h" |
| Source |
/Engine/Source/Runtime/Core/Private/IO/IoChunkEncoding.cpp |
static bool Decode
(
const FIoChunkDecodingParams & Params,
FMemoryView EncodedBlocks,
FMutableMemoryView OutRawData,
EIoDecodeFlags Flags
)
Decode(FMemoryView, FName, FMemoryView, FMutableMemoryView, uint64)
| |
|
| Name |
Decode |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoChunkEncoding.h |
| Include Path |
#include "IO/IoChunkEncoding.h" |
| Source |
/Engine/Source/Runtime/Core/Private/IO/IoChunkEncoding.cpp |
static bool Decode
(
FMemoryView EncodedData,
FName CompressionFormat,
FMemoryView EncryptionKey,
FMutableMemoryView OutRawData,
uint64 Offset
)