IConcertLocalEndpoint::InternalQueueResponse

Queue a response to be sent back 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 InternalQueueResponse
(
    const TSharedRef< IConcertResponse > & Response,
    const FGuid & Endpoint
)

Remarks

Queue a response to be sent back to a remote endpoint

Returns

A future of the response for the request

Parameters

Parameter

Description

Response

: the type erased response

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