Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDelegateHandle RegisterCustomEventHandler
(
typename TConcertFunctionSessionCustomEventHandler< EventType >::FFuncType Func |
Register a custom event handler for this session | IConcertSession.h | |
FDelegateHandle RegisterCustomEventHandler
(
HandlerType* Handler, |
Register a custom event handler for this session | IConcertSession.h |
RegisterCustomEventHandler(typename TConcertFunctionSessionCustomEventHandler< EventType >::FFuncType)
Description
Register a custom event handler for this session
| Name | RegisterCustomEventHandler |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h |
| Include Path | #include "IConcertSession.h" |
template<typename EventType>
FDelegateHandle RegisterCustomEventHandler
(
typename TConcertFunctionSessionCustomEventHandler < EventType >::FFuncType Func
)
RegisterCustomEventHandler(HandlerType *, typename TConcertRawSessionCustomEventHandler< EventType, HandlerType >::FFuncType)
Description
Register a custom event handler for this session
| Name | RegisterCustomEventHandler |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h |
| Include Path | #include "IConcertSession.h" |
template<typename EventType, typename HandlerType>
FDelegateHandle RegisterCustomEventHandler
(
HandlerType * Handler,
typename TConcertRawSessionCustomEventHandler < EventType, HandlerType >::FFuncType Func
)