UPackageTools::GetObjectsInPackages

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.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/PackageTools.h

Include

#include "PackageTools.h"

Source

/Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp

Syntax

static void GetObjectsInPackages
(
    const TArray< UPackage * > * InPackages,
    TArray< UObject * > & OutObjects
)

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

Parameter

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.

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