Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
Wrapper for setting the current client login state, so we can trap for debugging, and verbosity purposes. Only valid on the server
Wrapper for setting the current client login state, so we can trap for debugging, and verbosity purposes.
| Name | SetClientLoginState |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetConnection.cpp |
virtual void SetClientLoginState
(
const EClientLoginState::Type NewState
)