Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/ISlateStyle
The severity of the message type Ordered according to their severity
| Name | EStyleMessageSeverity |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h |
| Include Path | #include "Styling/ISlateStyle.h" |
Syntax
enum EStyleMessageSeverity
{
Error = 1,
PerformanceWarning = 2,
Warning = 3,
Info = 4,
}
Values
| Name | Remarks |
|---|---|
| Error | |
| PerformanceWarning | |
| Warning | |
| Info |