EConcertReliableHandshakeState

Handshake codes used during reliable channel negotiation

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

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

Include

#include "ConcertTransportMessages.h"

Syntax

enum EConcertReliableHandshakeState
{
    None,
    Negotiate,
    Success,
}

Values

Name

Description

None

Handshake initialization state

Negotiate

Handshake is being negotiated

Success

Handshake was successfully negotiated

Remarks

Handshake codes used during reliable channel negotiation

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