TConcertFunctionEventHandler

Implementation of Concert Endpoint event handler using a [TFunction](API\Runtime\Core\GenericPlatform\TFunction)

Windows
MacOS
Linux

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

Name Description

Public function

TConcertFunctionEventHandler

(
    FFuncType InFunc
)

Destructors

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