IConcertSession::SendCustomEvent

Send a custom event event to the given endpoint

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h

Include

#include "IConcertSession.h"

Syntax

template<typename EventType>
void SendCustomEvent
(
    const EventType & Event,
    const FGuid & DestinationEndpointId,
    EConcertMessageFlags Flags
)

Remarks

Send a custom event event to the given endpoint

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