Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Inheritance Hierarchy
- IConcertEventHandler
- TConcertFunctionEventHandler
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertMessageHandler.h |
| Include | #include "IConcertMessageHandler.h" |
Syntax
class TConcertFunctionEventHandler : public IConcertEventHandler
Remarks
Implementation of Concert Endpoint event handler using a TFunction
Constructors
| Type | Name | Description | |
|---|---|---|---|
TConcertFunctionEventHandler
(
FFuncType InFunc |
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. |