ESecurityEvent::Type

Security event types used for UE_SECURITY_LOG

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Syntax

namespace ESecurityEvent
{
    enum Type
    {
        Malformed_Packet    = 0,
        Invalid_Data        = 1,
        Closed              = 2,
    }
}

Values

Name

Description

Malformed_Packet

Invalid_Data

Closed

Remarks

Security event types used for UE_SECURITY_LOG

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