FPackagesDialogModule::GetResults

Populates the passed in array with the desired packages

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 GetResults
(
    TArray< UPackage * > & OutPackages,
    ECheckBoxState InChecked
)

Remarks

Populates the passed in array with the desired packages

Parameters

Parameter

Description

OutPackages

The array that should be populated with the desired packages

InChecked

The type of packages that we want to retrieve

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