Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Implementation of Concert Endpoint event handler using a TFunction
| Name | TConcertFunctionEventHandler |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertMessageHandler.h |
| Include Path | #include "IConcertMessageHandler.h" |
Syntax
class TConcertFunctionEventHandler : public IConcertEventHandler
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConcertFunctionEventHandler
(
FFuncType InFunc |
IConcertMessageHandler.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TConcertFunctionEventHandler() |
IConcertMessageHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFuncType | TFunction< void(const FConcertMessageContext &)> | Type definition for function pointers that are compatible with Event of this TConcertRawEventHandler. | IConcertMessageHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Func | FFuncType | IConcertMessageHandler.h |
Functions
Public
Overridden from IConcertEventHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void HandleEvent
(
const FConcertMessageContext& Context |
Handle the request from the context passed | IConcertMessageHandler.h |