EConcertRemoteEndpointConnection

Remote endpoint connection statuses when broadcasting changes

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertEndpoint.h

Include

#include "IConcertEndpoint.h"

Syntax

enum EConcertRemoteEndpointConnection
{
    Discovered,
    TimedOut,
    ClosedRemotely,
}

Values

Name

Description

Discovered

The remote endpoint was discovered.

TimedOut

The remote endpoint timed-out.

ClosedRemotely

The remote endpoint was closed by the remote peer.

Remarks

Remote endpoint connection statuses when broadcasting changes

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