Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
This function validates that ClientMsgType is the next expected msg type. Only valid on the server
This function validates that ClientMsgType is the next expected msg type.
| Name | IsClientMsgTypeValid |
| 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 |
bool IsClientMsgTypeValid
(
const uint8 ClientMsgType
)