Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FIoReadOptions
Overloads
| 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 |
FIoReadOptions()
| Name | FIoReadOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
FIoReadOptions()
FIoReadOptions(uint64, uint64)
| Name | FIoReadOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
FIoReadOptions
(
uint64 InOffset,
uint64 InSize
)
FIoReadOptions(uint64, uint64, void *)
| Name | FIoReadOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
FIoReadOptions
(
uint64 InOffset,
uint64 InSize,
void * InTargetVa
)
FIoReadOptions(uint64, uint64, void *, EIoReadOptionsFlags)
| Name | FIoReadOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
FIoReadOptions
(
uint64 InOffset,
uint64 InSize,
void * InTargetVa,
EIoReadOptionsFlags InFlags
)