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