Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/IConcertLocalEndpoint
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertEndpoint.h |
| Include | #include "IConcertEndpoint.h" |
template<typename EventType>
void SendEvent
&40;
const EventType & Event,
const FGuid & Endpoint,
EConcertMessageFlags Flags,
TMap< FName, FString > Annotations
&41;
Remarks
Send an event to a remote endpoint
Parameters
| Name | Description |
|---|---|
| Event | : the event to send, needs to be a UStruct that derives from FConcertEventData |
| Endpoint | : the remote endpoint Id to send to |
| Flags | : flags for the event (i.e.: is the event reliable) |
| Annotations | : Annotations to attach to the message. |