Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UnregisterCustomEventHandler
(
const FDelegateHandle EventHandle |
Unregister a custom event handler for this session | IConcertSession.h | |
void UnregisterCustomEventHandler
(
HandlerType* EventHandler |
Unregister a custom event handler for this session | IConcertSession.h |
UnregisterCustomEventHandler(const FDelegateHandle)
Description
Unregister a custom event handler for this session
| Name | UnregisterCustomEventHandler |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h |
| Include Path | #include "IConcertSession.h" |
template<typename EventType>
void UnregisterCustomEventHandler
(
const FDelegateHandle EventHandle
)
UnregisterCustomEventHandler(HandlerType *)
Description
Unregister a custom event handler for this session
| Name | UnregisterCustomEventHandler |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h |
| Include Path | #include "IConcertSession.h" |
template<typename EventType, typename HandlerType>
void UnregisterCustomEventHandler
(
HandlerType * EventHandler
)