Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IIoDispatcherBackend
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIoStatusOr< uint64 > GetSizeForChunk
(
const FIoChunkId& ChunkId |
Returns the size of the chunk. | IO/IoDispatcherBackend.h | |
virtual TIoStatusOr< uint64 > GetSizeForChunk
(
const FIoChunkId& ChunkId, |
Returns the size of the chunk and the size of the requested range. | IO/IoDispatcherBackend.h |
GetSizeForChunk(const FIoChunkId &)
Description
Returns the size of the chunk.
| Name | GetSizeForChunk |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcherBackend.h |
| Include Path | #include "IO/IoDispatcherBackend.h" |
TIoStatusOr < uint64 > GetSizeForChunk
(
const FIoChunkId & ChunkId
) const
GetSizeForChunk(const FIoChunkId &, const FIoOffsetAndLength &, uint64 &)
Description
Returns the size of the chunk and the size of the requested range.
| Name | GetSizeForChunk |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcherBackend.h |
| Include Path | #include "IO/IoDispatcherBackend.h" |
virtual TIoStatusOr < uint64 > GetSizeForChunk
(
const FIoChunkId & ChunkId,
const FIoOffsetAndLength & ChunkRange,
uint64 & OutAvailable
) const