Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| Name | FNetworkNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherNetworking.h |
| Include Path | #include "InterchangeDispatcherNetworking.h" |
Syntax
class FNetworkNode
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNetworkNode() |
InterchangeDispatcherNetworking.h |
Structs
| Name | Remarks |
|---|---|
| FMessage |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
InterchangeDispatcherNetworking.h | ||
bool ReceiveMessage
(
TArray< uint8 >& OutBuffer, |
Receive a byte buffer as an atomic message returns true when a message is fetched. | InterchangeDispatcherNetworking.h | |
bool SendMessage
(
const TArray< uint8 >& Buffer, |
Send a byte buffer as an atomic message returns true when a message is successfully sent | InterchangeDispatcherNetworking.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CloseSocket
(
FSocket*& Socket |
InterchangeDispatcherNetworking.h | ||
| InterchangeDispatcherNetworking.h | |||
bool IsConnected() |
InterchangeDispatcherNetworking.h |