Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Dialogs > FSuppressableWarningDialog > FSetupInfo
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
Include | #include "Dialogs/Dialogs.h" |
FSetupInfo
&40;
const FText & InMessage,
const FText & InTitle,
const FString & InIniSettingName,
const FString & InIniSettingFileName
&41;
Remarks
Constructs a warning dialog setup object, used to initialize a warning dialog.
Parameters
Name | Description |
---|---|
Prompt | The message that appears to the user |
Title | The title of the dialog |
InIniSettingName | The name of the entry in the INI where the state of the "Disable this warning" check box is stored |
InIniSettingFileName | The name of the INI where the state of the InIniSettingName flag is stored (defaults to GEditorPerProjectIni) |