NSwarm::TAlertLevel

The alert levels

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

/Engine/Source/Editor/SwarmInterface/Public/SwarmDefines.h

Include

#include "SwarmDefines.h"

Syntax

namespace NSwarm
{
    enum TAlertLevel
    {
        ALERT_LEVEL_INFO              = 0x00000001,
        ALERT_LEVEL_WARNING           = 0x00000002,
        ALERT_LEVEL_ERROR             = 0x00000003,
        ALERT_LEVEL_CRITICAL_ERROR    = 0x00000004,
    }
}

Values

Name

Description

ALERT_LEVEL_INFO

ALERT_LEVEL_WARNING

ALERT_LEVEL_ERROR

ALERT_LEVEL_CRITICAL_ERROR

Remarks

The alert levels

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