UFactory::GetAdditionalImportedObjects

Returns an array of all the additional objects created during the last imports, as some factories may produce more than one object.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h

Include

#include "Factories/Factory.h"

Syntax

const TArray< UObject * > & GetAdditionalImportedObjects() const

Remarks

Returns an array of all the additional objects created during the last imports, as some factories may produce more than one object. The internal array is cleared before each import and upon Cleanup().

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