Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FIoChunkEncoding
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Encode
(
const FIoChunkEncodingParams& Params, |
IO/IoChunkEncoding.h | ||
static bool Encode
(
const FIoChunkEncodingParams& Params, |
IO/IoChunkEncoding.h |
Encode(const FIoChunkEncodingParams &, FMemoryView, FIoBuffer &)
| Name | Encode |
| 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 Encode
(
const FIoChunkEncodingParams & Params,
FMemoryView RawData,
FIoBuffer & OutEncodedData
)
Encode(const FIoChunkEncodingParams &, FMemoryView, FIoBuffer &, FIoBuffer &)
| Name | Encode |
| 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 Encode
(
const FIoChunkEncodingParams & Params,
FMemoryView RawData,
FIoBuffer & OutHeader,
FIoBuffer & OutEncodedBlocks
)