Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
Description
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
| Name | ImportAssetsWithDialogAsync |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
void ImportAssetsWithDialogAsync
(
const FString & DestinationPath
)
Parameters
| Name | Remarks |
|---|---|
| DestinationPath | Path to import files to |