FSuppressableWarningDialog::FSetupInfo::FSetupInfo

Constructs a warning dialog setup object, used to initialize a warning dialog.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h

Include

#include "Dialogs/Dialogs.h"

Syntax

FSetupInfo
(
    const FText & InMessage,
    const FText & InTitle,
    const FString & InIniSettingName,
    const FString & InIniSettingFileName
)

Remarks

Constructs a warning dialog setup object, used to initialize a warning dialog.

Parameters

Parameter

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss