Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
References
| Module | AssetTools |
| Header | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include | #include "IAssetTools.h" |
void ImportAssetsWithDialogAsync
&40;
const FString & DestinationPath
&41;
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 |