Navigation
API > API/Editor > API/Editor/PackagesDialog > API/Editor/PackagesDialog/FPackagesDialogModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EDialogReturnType ShowPackagesDialog () |
Shows the package dialog window as a modal window | PackagesDialog.h | |
virtual EDialogReturnType ShowPackagesDialog
(
OUT TSet< FString >& InOutIgnoredPackages |
Shows the package dialog window as a modal window | PackagesDialog.h |
ShowPackagesDialog()
Description
Shows the package dialog window as a modal window
Shows the package dialog window as a modal window
| Name | ShowPackagesDialog |
| 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 EDialogReturnType ShowPackagesDialog()
Which button was pressed
ShowPackagesDialog(OUT TSet< FString > &)
Description
Shows the package dialog window as a modal window
Shows the package dialog window as a modal window
| Name | ShowPackagesDialog |
| 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 EDialogReturnType ShowPackagesDialog
(
OUT TSet< FString > & InOutIgnoredPackages
)
Which button was pressed
Parameters
| Name | Remarks |
|---|---|
| InPackagedToIgnore | The Set of packages to ignore when saving. |
| InOutPackagedToIgnore | The array that should be updated with the ignored packages |