ECheatPunishType

Types of punishment to apply to a cheating client

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h

Include

#include "Engine/NetworkDelegates.h"

Syntax

enum ECheatPunishType
{
    Unknown,
    KickClient,
    KickMatch,
    PunishInfo,
}

Values

Name

Description

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)

Remarks

Types of punishment to apply to a cheating client

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss