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
(
HandlerType * Handler,
typename TConcertRawEventHandler < HandlerType >::FFuncType Func
)
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 |