Navigation
API > API/Runtime > API/Runtime/Engine
If this connection is from a client, this is the current login state of this connection/login attempt
| Name | EClientLoginState::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
Syntax
namespace EClientLoginState
{
enum Type
{
Invalid = 0,
LoggingIn = 1,
Welcomed = 2,
ReceivedJoin = 3,
CleanedUp = 4,
}
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| LoggingIn | |
| Welcomed | |
| ReceivedJoin | |
| CleanedUp |