Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IO > API/Runtime/Core/IO/FIoChunkEncoding > API/Runtime/Core/IO/FIoChunkEncoding/GetChunkRange
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/IO/IoChunkEncoding.h |
| Include | #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
)