Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Dialogs
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
| Include | #include "Dialogs/Dialogs.h" |
Syntax
class FSuppressableWarningDialog
Remarks
A Dialog that displays a warning message to the user and provides the option to not display it in the future
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSuppressableWarningDialog
(
const FSuppressableWarningDialog::FSetupInfo& Info |
Constructs FSuppressableWarningDialog |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EResult | ShowModal () |
Launches warning window, returns user response or suppressed |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSetupInfo | Struct used to initialize FSuppressableWarningDialog |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EResult | Custom return type used by ShowModal |