IConcertLocalEndpoint::InternalQueueRequest

Queue a request to be sent 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

void InternalQueueRequest
(
    const TSharedRef< IConcertRequest > & Request,
    const FGuid & Endpoint
)

Remarks

Queue a request to be sent to a remote endpoint

Returns

A future of the response for the request

Parameters

Parameter

Description

Request

: the type erased request

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