FNetworkNode::SendMessage

Send a byte buffer as an atomic message returns true when a message is successfully sent

Windows
MacOS
Linux

References

Module

DatasmithDispatcher

Header

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Public/DatasmithDispatcherNetworking.h

Include

#include "DatasmithDispatcherNetworking.h"

Source

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Private/DatasmithDispatcherNetworking.cpp

Syntax

bool SendMessage
(
    const TArray< uint8 > & Buffer,
    double Timeout_s
)

Remarks

Send a byte buffer as an atomic message returns true when a message is successfully sent

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss