Navigation
Unreal Engine C++ API Reference > Plugins > ConcertTransport > IConcertLocalEndpoint
References
Module | ConcertTransport |
Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertEndpoint.h |
Include | #include "IConcertEndpoint.h" |
void InternalQueueEvent
&40;
const TSharedRef< IConcertEvent > & Event,
const FGuid & Endpoint,
EConcertMessageFlags Flags
&41;
Remarks
Queue an event to be sent to a remote endpoint
Parameters
Name | Description |
---|---|
Event | : the type erased event |
Endpoint | : the remote endpoint Id to send to Flags : flags for the event (i.e.: is the event reliable) |