IConcertRemoteEndpoint

Interface representing a remote endpoint that you can send to reliably or not from a local Concert endpoint

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~IConcertRemoteEndpoint()

Virtual destructor

Functions

Name Description

Public function Const

const FConce...

 

GetEndpointContext()

Get the context for this remote endpoint

Protected function Static

void

 

SetMessageChannelId

(
    const TSharedRef< IConcertMessage >...,
    uint16 ChannelId
)

Set the message channel ID, for friend class

Protected function Static

void

 

SetMessageOrderIndex

(
    const TSharedRef< IConcertMessage >...,
    uint16 OrderIndex
)

Set the message order index, for friend class

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