Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UFactory
Description
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().
| Name | GetAdditionalImportedObjects |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h |
| Include Path | #include "Factories/Factory.h" |
const TArray < UObject * > & GetAdditionalImportedObjects() const