Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FSuppressableWarningDialog
Struct used to initialize FSuppressableWarningDialog
User must provide confirm text, and cancel text (if using cancel button)
| Name | FSetupInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
| Include Path | #include "Dialogs/Dialogs.h" |
Syntax
struct FSetupInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructs a warning dialog setup object, used to initialize a warning dialog. | Dialogs/Dialogs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDefaultToSuppressInTheFuture | bool | If true the suppress checkbox defaults to true | Dialogs/Dialogs.h | |
| bDontPersistSuppressionAcrossSessions | bool | If true suppression will not persist for future editor sessions | Dialogs/Dialogs.h | |
| CancelText | FText | Text used on the button which will return FSuppressableWarningDialog::Cancel | Dialogs/Dialogs.h | |
| CheckBoxText | FText | Test displayed next to the checkbox, defaulted to "Don't show this again" | Dialogs/Dialogs.h | |
| ConfirmText | FText | Text used on the button which will return FSuppressableWarningDialog::Confirm | Dialogs/Dialogs.h | |
| DialogMode | EMode | Optional mode of operation for FSuppressableWarningDialog | Dialogs/Dialogs.h | |
| Image | FSlateBrush * | Image used on the side of the warning, a default is provided. | Dialogs/Dialogs.h | |
| IniSettingFileName | FString | The name of the file which stores the IniSettingName flag result | Dialogs/Dialogs.h | |
| IniSettingName | FString | The name of the setting which stores whether to display the warning in future | Dialogs/Dialogs.h | |
| Message | FText | Warning message displayed on the dialog | Dialogs/Dialogs.h | |
| Title | FText | Title shown at the top of the warning message window | Dialogs/Dialogs.h | |
| WrapMessageAt | float | Wrap message at specified length, zero or negative number will disable the wrapping | Dialogs/Dialogs.h |