IConcertLocalEndpoint::SendEvent

Send an event to a remote endpoint

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertEndpoint.h

Include

#include "IConcertEndpoint.h"

Syntax

template<typename EventType>
void SendEvent
(
    const EventType & Event,
    const FGuid & Endpoint,
    EConcertMessageFlags Flags,
    const TMap< FName, FString > & Annotations
)

Remarks

Send an event to a remote endpoint

Parameters

Parameter

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)

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