Navigation
API > API/Editor > API/Editor/PackagesDialog > API/Editor/PackagesDialog/FPackagesDialogModule > API/Editor/PackagesDialog/FPackagesDialogModule/AddButton
References
| Module | PackagesDialog |
| Header | /Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h |
| Include | #include "PackagesDialog.h" |
| Source | /Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp |
virtual void AddButton
&40;
EDialogReturnType Type,
EDialogButtonStyle ButtonStyle,
const FText & Name,
const FText & ToolTip,
TAttribute< bool > Disabled
&41;
Remarks
Adds a new button to the package dialog window
Parameters
| Name | Description |
|---|---|
| Type | The type of this button |
| Style | The style of this button |
| Name | The name to display |
| ToolTip | The tooltip to display |
| Disabled | If the button should be disabled |