FPackagesDialogModule::AddPackageItem

Adds a new item to the checkbox that represents a package

Windows
MacOS
Linux

References

Module

PackagesDialog

Header

/Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h

Include

#include "PackagesDialog.h"

Source

/Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp

Syntax

virtual void AddPackageItem
(
    UPackage * InPackage,
    const FString & InEntryName,
    ECheckBoxState InChecked,
    bool InDisabled,
    FString InIconName,
    FString InIconToolTip
)

Remarks

Adds a new item to the checkbox that represents a package

Parameters

Parameter

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss