IAssetTools::ImportAssetsAutomated

Imports assets using data specified completely up front.

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTools.h

Include

#include "IAssetTools.h"

Syntax

TArray< UObject * > ImportAssetsAutomated
(
    const UAutomatedAssetImportData * ImportData
)

Remarks

Imports assets using data specified completely up front. Does not ever ask any questions of the user or show any modal error messages

Returns

list of successfully imported assets

Parameters

Parameter

Description

AutomatedImportData

Data that specifies how to import each file

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