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 GetObjectsInPackages
&40;
const TArray< UPackage &42; > &42; InPackages,
TArray< UObject &42; > & OutObjects
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
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. |