Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FIoChunkEncoding
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TIoStatusOr< FIoOffsetAndLength > GetChunkRange
(
const FIoChunkDecodingParams& Params, |
IO/IoChunkEncoding.h | ||
static TIoStatusOr< FIoOffsetAndLength > GetChunkRange
(
uint64 TotalRawSize, |
IO/IoChunkEncoding.h |
GetChunkRange(const FIoChunkDecodingParams &, uint64)
| Name | GetChunkRange |
| 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 TIoStatusOr < FIoOffsetAndLength > GetChunkRange
(
const FIoChunkDecodingParams & Params,
uint64 RawSize
)
GetChunkRange(uint64, uint32, TConstArrayView< uint32 >, uint64, uint64)
| Name | GetChunkRange |
| 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 TIoStatusOr < FIoOffsetAndLength > GetChunkRange
(
uint64 TotalRawSize,
uint32 RawBlockSize,
TConstArrayView< uint32 > EncodedBlockSize,
uint64 RawOffset,
uint64 RawSize
)