FImportResult::GetImportedObjects

Assets are only made available once they have been completely imported (passed through the entire import pipeline) While the status isn't [EStatus::Done](API\Runtime\InterchangeEngine\FImportResult\EStatus), the list can grow between subsequent calls.

Choose your operating system:

Windows

macOS

Linux

References

Module

InterchangeEngine

Header

/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h

Include

#include "InterchangeManager.h"

Source

/Engine/Source/Runtime/Experimental/Interchange/Engine/Private/InterchangeManager.cpp

Syntax

const TArray< UObject * > & GetImportedObjects() const

Remarks

Assets are only made available once they have been completely imported (passed through the entire import pipeline) While the status isn't EStatus::Done, the list can grow between subsequent calls. FAssetImportResult holds a reference to the assets so that they aren't garbage collected.