Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UPackageTools
Description
Fills the OutObjects list with all valid objects that are supported by the current browser settings and that reside withing the set of specified packages.
Fills the OutObjects list with all valid objects that are supported by the current browser settings and that reside withing the set of specified packages.
| Name | GetObjectsInPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
| Include Path | #include "PackageTools.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static void GetObjectsInPackages
(
const TArray < UPackage * > * InPackages,
TArray < UObject * > & OutObjects
)
Parameters
| Name | Remarks |
|---|---|
| InPackages | Filters objects based on package. |
| OutObjects | [out] Receives the list of objects |
| InPackages | Filters objects based on package. |
| OutObjects | [out] Receives the list of objects |
| bMustBeBrowsable | If specified, does a check to see if object is browsable. Defaults to true. |