Navigation
API > API/Editor > API/Editor/PackagesDialog > API/Editor/PackagesDialog/FPackagesDialogModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddButton
(
EDialogReturnType Type, |
Adds a new button to the package dialog windowAdds a new button to the package dialog window | PackagesDialog.h | |
virtual void AddButton
(
EDialogReturnType Type, |
Adds a new button to the package dialog window | PackagesDialog.h |
AddButton(EDialogReturnType, const FText &, const FText &, TAttribute< bool >)
Description
Adds a new button to the package dialog window
Adds a new button to the package dialog window
| Name | AddButton |
| Type | function |
| Header File | /Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h |
| Include Path | #include "PackagesDialog.h" |
| Source | /Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp |
virtual void AddButton
(
EDialogReturnType Type,
const FText & Name,
const FText & ToolTip,
TAttribute< bool > Disabled
)
Parameters
| Name | Remarks |
|---|---|
| Type | The type of this button |
| ButtonStyle | The style of this button |
| Name | The name to display |
| ToolTip | The tooltip to display |
| Disabled | If the button should be disabled |
| Type | The type of this button |
| Name | The name to display |
| ToolTip | The tooltip to display |
| Disabled | If the button should be disabled |
AddButton(EDialogReturnType, EDialogButtonStyle, const FText &, const FText &, TAttribute< bool >)
Description
Adds a new button to the package dialog window
| Name | AddButton |
| Type | function |
| Header File | /Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h |
| Include Path | #include "PackagesDialog.h" |
| Source | /Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp |
virtual void AddButton
(
EDialogReturnType Type,
EDialogButtonStyle ButtonStyle,
const FText & Name,
const FText & ToolTip,
TAttribute< bool > Disabled
)
Parameters
| Name | Remarks |
|---|---|
| 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 |