Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IO > API/Runtime/Core/IO/IIoDispatcherBackend
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/IO/IoDispatcherBackend.h |
| Include | #include "IO/IoDispatcherBackend.h" |
void Initialize
(
TSharedRef < const FIoDispatcherBackendContext > Context
)
Remarks
Called by the I/O dispatcher once initialized.
Parameters
| Name | Description |
|---|---|
| Context | Context object used for signalling the I/O dispatcher. |