Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
Wrapper for setting the current expected client login msg type. Only valid on the server
Wrapper for setting the current expected client login msg type.
| Name | SetExpectedClientLoginMsgType |
| 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 |
void SetExpectedClientLoginMsgType
(
const uint8 NewType
)