Navigation
API > API/Editor > API/Editor/PackagesDialog > API/Editor/PackagesDialog/FPackagesDialogModule
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 CreatePackagesDialog
&40;
const FText & Title,
const FText & Message,
bool InReadOnly,
bool InAllowSourceControlConnection,
const FSimpleDelegate & InOnSourceControlStateChanged
&41;
Remarks
Used to create the package dialog window
Parameters
| Name | Description |
|---|---|
| Title | The title of the package dialog window |
| Message | The message that gets displayed in the package dialog window |
| InReadOnly | When true, this dialog only shows a list of packages without the ability to filter |
| InAllowSourceControlConnection | When true, this dialog displays a 'connect to source control' button when needed |
| InOnSourceControlStateChanged | Delegate called when the source control state changes |