Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/IConcertLocalEndpoint > API/Plugins/ConcertTransport/IConcertLocalEndpoint/RegisterEventHandler
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertEndpoint.h |
| Include | #include "IConcertEndpoint.h" |
template<typename EventType, typename HandlerType>
void RegisterEventHandler
(
HandlerType * Handler,
typename TConcertRawEventHandler < HandlerType >::FFuncType Func
)
Remarks
Register an handler for event received by this endpoint
Parameters
| Name | Description |
|---|---|
| Handler | : Pointer for the handler |
| Func | : Member function of the Handler to handle the event of type EventType |