Navigation
API > API/Runtime > API/Runtime/Engine
Types of punishment to apply to a cheating client
| Name | ECheatPunishType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h |
| Include Path | #include "Engine/NetworkDelegates.h" |
Syntax
enum ECheatPunishType
{
Unknown,
KickClient,
KickMatch,
PunishInfo,
}
Values
| Name | Remarks |
|---|---|
| Unknown | Unknown type of cheat punishment |
| KickClient | User should be booted from the game client via logout |
| KickMatch | User should be booted from the current game session via disconnect |
| PunishInfo | User received info about being punished (eg. ban type etc) |