TConcertRawEventHandler

Implementation of Concert Endpoint event handler using a raw member function pointer

Windows
MacOS
Linux

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

Name Description

Public function

TConcertRawEventHandler

(
    HandlerType* InHandler,
    FFuncType InFunc
)

Destructors

Name Description

Public function Virtual

~TConcertRawEventHandler()

Overridden from IConcertEventHandler

Name Description

Public function Virtual Const

void

 

HandleEvent

(
    const FConcertMessageContext& Cont...
)

Handle the request from the context passed

Typedefs

Name

Description

FFuncType

Type definition for function pointers that are compatible with Event of this TConcertRawEventHandler.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss