IConcertLocalEndpoint::RegisterRequestHandler

Register an handler for request received by this endpoint

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertEndpoint.h

Include

#include "IConcertEndpoint.h"

Syntax

template<typename RequestType, typename ResponseType>
void RegisterRequestHandler
(
    typename TConcertFunctionRequestHandler< ResponseType >::FFuncType Func
)

Remarks

Register an handler for request received by this endpoint

Parameters

Parameter

Description

Func

: Function to handle the request of type RequestType

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