Navigation
API > API/Editor > API/Editor/PackagesDialog > API/Editor/PackagesDialog/FPackagesDialogModule
Description
Adds a new item to the checkbox that represents a package
Adds a new item to the checkbox that represents a package
| Name | AddPackageItem |
| 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 AddPackageItem
(
UPackage * InPackage,
ECheckBoxState InChecked,
bool InDisabled,
FString InIconName,
FString InIconToolTip
)
Parameters
| Name | Remarks |
|---|---|
| InPackage | The package that will be represented as a checkbox |
| InChecked | The state of the checkbox |
| InDisabled | If the item should be disabled |
| InIconName | The name of the icon to display |
| InIconToolTip | The tooltip to display |
| InPackage | The package that will be represented as a checkbox |
| InEntryName | The name to display |
| InChecked | The state of the checkbox |
| InDisabled | If the item should be disabled |
| InIconName | The name of the icon to display |
| InIconToolTip | The tooltip to display |