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