Navigation
API > API/Runtime > API/Runtime/Core
I/O dispatcher
| Name | FIoDispatcher |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
Syntax
class FIoDispatcher
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIoDispatcher
(
const FIoDispatcher& |
IO/IoDispatcher.h | ||
| IO/IoDispatcher.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FIoDispatcher() |
IO/IoDispatcher.h |
Classes
| Name | Remarks |
|---|---|
| FIoContainerMountedEvent | |
| FIoContainerUnmountedEvent |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | FIoDispatcherImpl * | IO/IoDispatcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DoesChunkExist
(
const FIoChunkId& ChunkId |
Polling methods. | IO/IoDispatcher.h | |
TIoStatusOr< uint64 > GetSizeForChunk
(
const FIoChunkId& ChunkId |
IO/IoDispatcher.h | ||
int64 GetTotalLoaded() |
IO/IoDispatcher.h | ||
void Mount
(
TSharedRef< IIoDispatcherBackend > Backend, |
IO/IoDispatcher.h | ||
FIoBatch NewBatch() |
IO/IoDispatcher.h | ||
FIoSignatureErrorDelegate & OnSignatureError() |
Events. | IO/IoDispatcher.h | |
TIoStatusOr< FIoMappedRegion > OpenMapped
(
const FIoChunkId& ChunkId, |
IO/IoDispatcher.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FIoDispatcher & Get() |
IO/IoDispatcher.h | ||
static FIoStatus Initialize() |
IO/IoDispatcher.h | ||
static void InitializePostSettings() |
IO/IoDispatcher.h | ||
static bool IsInitialized() |
IO/IoDispatcher.h | ||
static void Shutdown() |
IO/IoDispatcher.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIoDispatcher & operator=
(
const FIoDispatcher& |
IO/IoDispatcher.h |