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