IConcertSession::InternalSendCustomRequest

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

void InternalSendCustomRequest
(
    const UScriptStruct * RequestType,
    const void * RequestData,
    const FGuid & DestinationEndpointId,
    const TSharedRef< IConcertSessionCustomResponseHandler > & Handler
)

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