Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FProgressCancel
References
| |
|
| Module |
GeometryCore |
| Header |
/Engine/Source/Runtime/GeometryCore/Public/Util/ProgressCancel.h |
| Include |
#include "Util/ProgressCancel.h" |
Syntax
enum EMessageLevel
&123;
Internal = 0,
UserMessage = 1,
UserNotification = 2,
UserWarning = 3,
UserError = 4,
&125;
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 |