EConnectionState

State of a connection.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Syntax

enum EConnectionState
{
    USOCK_Invalid    = 0,
    USOCK_Closed     = 1,
    USOCK_Pending    = 2,
    USOCK_Open       = 3,
}

Values

Name

Description

USOCK_Invalid

USOCK_Closed

USOCK_Pending

USOCK_Open

Remarks

State of a connection.

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