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, typename HandlerType>
void SubscribeEventHandler
&40;
HandlerType &42; Handler,
typename TConcertRawEventHandler< HandlerType >::FFuncType Func
&41;
Remarks
Subscribe an handler for event received by this endpoint, this will handle published event
Parameters
| Name | Description |
|---|---|
| Handler | : Pointer for the handler |
| Func | : Member function of the Handler to handle the event of type EventType |