Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > UPackageTools
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
Include | #include "PackageTools.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static void GetFilteredPackageList
(
TSet < UPackage * > & OutFilteredPackageMap
)
Remarks
Filters the global set of packages.
Parameters
Name | Description |
---|---|
OutGroupPackages | The map that receives the filtered list of group packages. |
OutPackageList | The array that will contain the list of filtered packages. |