Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Inheritance Hierarchy
- IConcertEventHandler
- TConcertRawEventHandler
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertMessageHandler.h |
| Include | #include "IConcertMessageHandler.h" |
Syntax
template<typename HandlerType>
class TConcertRawEventHandler : public IConcertEventHandler
Remarks
Implementation of Concert Endpoint event handler using a raw member function pointer
Constructors
| Type | Name | Description | |
|---|---|---|---|
TConcertRawEventHandler
(
HandlerType* InHandler, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IConcertEventHandler
| Type | Name | Description | |
|---|---|---|---|
| void | HandleEvent
(
const FConcertMessageContext& Context |
Handle the request from the context passed |
Typedefs
| Name | Description |
|---|---|
| FFuncType | Type definition for function pointers that are compatible with Event of this TConcertRawEventHandler. |