IAssetTools::ImportAssetsWithDialog

Opens a file open dialog to choose files to import to the destination path.

Windows
MacOS
Linux

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

TArray< UObject * > ImportAssetsWithDialog
(
    const FString & DestinationPath
)

Remarks

Opens a file open dialog to choose files to import to the destination path.

Returns

list of successfully imported assets

Parameters

Parameter

Description

DestinationPath

Path to import files to

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