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