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