Navigation
API > API/Developer > API/Developer/AssetTools
References
| Module | AssetTools |
| Header | /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h |
| Include | #include "AssetViewUtils.h" |
| Source | /Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp |
namespace AssetViewUtils
{
bool AssetViewUtils&58;&58;PrepareFoldersForDragDrop
&40;
const TArray< FString > & SourcePathNames,
TMap< FString, TArray< UObject &42; > > & OutSourcePathToLoadedAssets
&41;
}
Remarks
A helper function for folder drag/drop which loads all assets in a path (including sub-paths) and returns the assets found
Parameters
| Name | Description |
|---|---|
| SourcePathNames | The paths to the folders to drag/drop |
| OutSourcePathToLoadedAssets | The map of source folder paths to assets found |