TConcertRawSessionCustomEventHandler

Implementation of a session custom event handler that uses a raw member function pointer with the correct event type in the handler function signature.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSessionHandler.h

Include

#include "IConcertSessionHandler.h"

Syntax

template<typename EventType, typename HandlerType>
class TConcertRawSessionCustomEventHandler : public FConcertSessionCustomEventHandlerBase

Remarks

Implementation of a session custom event handler that uses a raw member function pointer with the correct event type in the handler function signature.

Constructors

Name Description

Public function

TConcertRawSessionCustomEventHandler

(
    FDelegateHandle InHandle,
    HandlerType* InHandler,
    FFuncType InFunc
)

Overridden from IConcertSessionCustomEventHandler

Name Description

Public function Virtual Const

void

 

HandleEvent

(
    const FConcertSessionContext& Cont...,
    const void* EventData
)

Public function Virtual Const

bool

 

HasSameObject

(
    const void* InObject
)

Typedefs

Name

Description

FFuncType

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