Navigation
API > API/Runtime > API/Runtime/Core
| 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() |
IO/IoDispatcher.h | ||
uint64 GetOffset() |
IO/IoDispatcher.h | ||
uint64 GetSize() |
IO/IoDispatcher.h | ||
void * GetTargetVa() |
IO/IoDispatcher.h | ||
void SetFlags
(
EIoReadOptionsFlags InValue |
IO/IoDispatcher.h | ||
void SetRange
(
uint64 Offset, |
IO/IoDispatcher.h | ||
void SetTargetVa
(
void* InTargetVa |
IO/IoDispatcher.h |