Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FSuppressableWarningDialog
Custom return type used by ShowModal
| Name | EResult |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
| Include Path | #include "Dialogs/Dialogs.h" |
Syntax
enum EResult
{
Suppressed = -1,
Cancel = 0,
Confirm = 1,
}
Values
| Name | Remarks |
|---|---|
| Suppressed | |
| Cancel | |
| Confirm |