Navigation
API > API/Plugins > API/Plugins/Concert
Implementation of a session custom event handler that uses a raw member function pointer with the correct event type in the handler function signature.
| Name | TConcertRawSessionCustomEventHandler |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSessionHandler.h |
| Include Path | #include "IConcertSessionHandler.h" |
Syntax
template<typename EventType, typename HandlerType>
class TConcertRawSessionCustomEventHandler : public FConcertSessionCustomEventHandlerBase
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConcertRawSessionCustomEventHandler
(
FDelegateHandle InHandle, |
IConcertSessionHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFuncType | void(HandlerType::*) | IConcertSessionHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Func | FFuncType | IConcertSessionHandler.h | ||
| Handler | HandlerType * | IConcertSessionHandler.h |
Functions
Public
Overridden from IConcertSessionCustomEventHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void HandleEvent
(
const FConcertSessionContext& Context, |
IConcertSessionHandler.h | ||
virtual bool HasSameObject
(
const void* InObject |
IConcertSessionHandler.h |