Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Implementation of Concert Endpoint event handler using a raw member function pointer
| Name | TConcertRawEventHandler |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertMessageHandler.h |
| Include Path | #include "IConcertMessageHandler.h" |
Syntax
template<typename HandlerType>
class TConcertRawEventHandler : public IConcertEventHandler
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConcertRawEventHandler
(
HandlerType* InHandler, |
IConcertMessageHandler.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TConcertRawEventHandler() |
IConcertMessageHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFuncType | void(HandlerType::*) | 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 | ||
| Handler | HandlerType * | 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 |