EStyleMessageSeverity

The severity of the message type Ordered according to their severity

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h

Include

#include "Styling/ISlateStyle.h"

Syntax

enum EStyleMessageSeverity
{
    CriticalError         = 0,
    Error                 = 1,
    PerformanceWarning    = 2,
    Warning               = 3,
    Info                  = 4,
}

Values

Name

Description

CriticalError

Error

PerformanceWarning

Warning

Info

Remarks

The severity of the message type Ordered according to their severity

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