UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EClientLoginState Namespace Reference

Enumerations

enum  Type {
  Invalid = 0 , LoggingIn = 1 , Welcomed = 2 , ReceivedJoin = 3 ,
  CleanedUp = 4
}
 

Functions

const TCHARToString (const EClientLoginState::Type EnumVal)
 

Detailed Description

If this connection is from a client, this is the current login state of this connection/login attempt

Enumeration Type Documentation

◆ Type

Enumerator
Invalid 
LoggingIn 
Welcomed 
ReceivedJoin 
CleanedUp 

Function Documentation

◆ ToString()

const TCHAR * EClientLoginState::ToString ( const EClientLoginState::Type  EnumVal)
inline
Returns
the stringified version of the enum passed in