EToolMessageLevel

Level of severity of messages emitted by Tool framework

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/ToolContextInterfaces.h

Include

#include "ToolContextInterfaces.h"

Syntax

enum EToolMessageLevel
{
    Internal            = 0,
    UserMessage         = 1,
    UserNotification    = 2,
    UserWarning         = 3,
    UserError           = 4,
}

Values

Name

Description

Internal

Development message goes into development log

UserMessage

User message should appear in user-facing log

UserNotification

Notification message should be shown in a non-modal notification window

UserWarning

Warning message should be shown in a non-modal notification window with panache

UserError

Error message should be shown in a modal notification window

Remarks

Level of severity of messages emitted by Tool framework

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