Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Interface representing a remote endpoint that you can send to reliably or not from a local Concert endpoint
| Name | IConcertRemoteEndpoint |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertEndpoint.h |
| Include Path | #include "IConcertEndpoint.h" |
Syntax
class IConcertRemoteEndpoint
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IConcertRemoteEndpoint() |
Virtual destructor | IConcertEndpoint.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FConcertEndpointContext & GetEndpointContext() |
Get the context for this remote endpoint | IConcertEndpoint.h | |
FOnConcertMessageAcknowledgementReceived & OnConcertMessageAcknowledgementReceived() |
Callback when a message has been acknowledged by this remote endpoint | IConcertEndpoint.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void SetMessageChannelId
(
const TSharedRef< IConcertMessage >& Message, |
Set the message channel ID, for friend class | IConcertEndpoint.h | |
static void SetMessageOrderIndex
(
const TSharedRef< IConcertMessage >& Message, |
Set the message order index, for friend class | IConcertEndpoint.h |