IAssetTools::ImportAssetsWithDialogAsync

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"
void ImportAssetsWithDialogAsync
(
    const [FString](API\Runtime\Core\Containers\FString) & DestinationPath
)

Remarks

Opens a file open dialog to choose files to import to the destination path. It differ from ImportAssetsWithDialog by allowing an async import when it's available

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