IConcertSession::SendCustomRequest

Send a custom request to the given endpoint

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertSession.h"

Syntax

template<typename RequestType, typename ResponseType>
TFuture< ResponseType > SendCustomRequest
(
    const RequestType & Request,
    const FGuid & DestinationEndpointId
)

Remarks

Send a custom request to the given endpoint

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