TConcertRawSessionCustomRequestHandler

Implementation of a session custom request handler that calls a raw member function with the correct request type in the handler function signature.

Windows
MacOS
Linux

Inheritance Hierarchy

IConcertSessionCustomRequestHandler

TConcertRawSessionCustomRequestHandler

References

Module

Concert

Header

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

Include

#include "IConcertSessionHandler.h"

Syntax

template<typename RequestType, typename ResponseType, typename HandlerType>
class TConcertRawSessionCustomRequestHandler : public IConcertSessionCustomRequestHandler

Remarks

Implementation of a session custom request handler that calls a raw member function with the correct request type in the handler function signature.

Constructors

Name Description

Public function

TConcertRawSessionCustomRequestHandler

(
    HandlerType* InHandler,
    FFuncType InFunc
)

Destructors

Overridden from IConcertSessionCustomRequestHandler

Name Description

Public function Virtual Const

UScriptStruc...

 

GetResponseType()

Public function Virtual Const

EConcertSess...

 

HandleRequest

(
    const FConcertSessionContext& Cont...,
    const void* RequestData,
    void* ResponseData
)

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