Navigation
API > API/Runtime > API/Runtime/Core
I/O dispatcher read options.
| Name | FIoReadOptions |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
Syntax
class FIoReadOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IO/IoDispatcher.h | |||
FIoReadOptions
(
uint64 InOffset, |
IO/IoDispatcher.h | ||
FIoReadOptions
(
uint64 InOffset, |
IO/IoDispatcher.h | ||
FIoReadOptions
(
uint64 InOffset, |
IO/IoDispatcher.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FIoReadOptions() |
IO/IoDispatcher.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | EIoReadOptionsFlags | IO/IoDispatcher.h | ||
| RequestedOffset | uint64 | IO/IoDispatcher.h | ||
| RequestedSize | uint64 | IO/IoDispatcher.h | ||
| TargetVa | void * | IO/IoDispatcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EIoReadOptionsFlags GetFlags() |
Returns the read option flags. | IO/IoDispatcher.h | |
uint64 GetOffset() |
Returns the offset within the I/O store chunk. | IO/IoDispatcher.h | |
uint64 GetSize() |
Returns the range size to read. | IO/IoDispatcher.h | |
void * GetTargetVa() |
Returns the target address. | IO/IoDispatcher.h | |
void SetFlags
(
EIoReadOptionsFlags InValue |
Set additional read option flags. | IO/IoDispatcher.h | |
void SetRange
(
uint64 Offset, |
Set the requested range within the I/O store chunk. | IO/IoDispatcher.h | |
void SetTargetVa
(
void* InTargetVa |
Set the target address where to write the decoded I/O store chunk data. | IO/IoDispatcher.h |