Navigation
API > API/Plugins > API/Plugins/DatasmithDispatcher > API/Plugins/DatasmithDispatcher/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/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Public/DatasmithDispatcherNetworking.h |
| Include Path | #include "DatasmithDispatcherNetworking.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Private/DatasmithDispatcherNetworking.cpp |
bool ReceiveMessage
(
TArray < uint8 > & OutBuffer,
double Timeout_s
)