Navigation
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 |