IConcertLocalEndpoint::SendRequest

Send a request to a remote 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>
TFuture< ResponseType > SendRequest
(
    const RequestType & Request,
    const FGuid & Endpoint
)

Remarks

Send a request to a remote endpoint

Returns

A future of the response for the request

Parameters

Parameter

Description

Request

: the request to send, needs to be a UStruct that derives from FConcertRequestData

Endpoint

: the remote endpoint Id to send to

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