Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher > API/Plugins/InterchangeDispatcher/FNetworkNode
Description
Receive a byte buffer as an atomic message returns true when a message is fetched. In that case, OutBuffer contains the message.
| Name | ReceiveMessage |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherNetworking.h |
| Include Path | #include "InterchangeDispatcherNetworking.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Private/InterchangeDispatcherNetworking.cpp |
bool ReceiveMessage
(
TArray < uint8 > & OutBuffer,
double Timeout_s
)