IAssetTools::ImportAssetsWithDialog

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

Unreal Engine C++ API Reference > Developer > AssetTools > IAssetTools

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/IAssetTools.h
Include #include "IAssetTools.h"
[TArray](API\Runtime\Core\Containers\TArray)< [UObject](API\Runtime\CoreUObject\UObject\UObject) * > ImportAssetsWithDialog
(
    const [FString](API\Runtime\Core\Containers\FString) & DestinationPath
)

Remarks

Opens a file open dialog to choose files to import to the destination path. list of successfully imported assets

Parameters

Name Description
DestinationPath Path to import files to

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library