FPackagesDialogModule::AddButton

Adds a new button to the package dialog window

Windows
MacOS
Linux

References

Module

PackagesDialog

Header

/Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h

Include

#include "PackagesDialog.h"

Source

/Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp

Syntax

virtual void AddButton
(
    EDialogReturnType Type,
    const FText & Name,
    const FText & ToolTip,
    TAttribute< bool > Disabled
)

Remarks

Adds a new button to the package dialog window

Parameters

Parameter

Description

Type

The type of this button

Name

The name to display

ToolTip

The tooltip to display

Disabled

If the button should be disabled

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