AssetViewUtils::PrepareFoldersForDragDrop

A helper function for folder drag/drop which loads all assets in a path (including sub-paths) and returns the assets found

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h

Include

#include "AssetViewUtils.h"

Source

/Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp

Syntax

namespace AssetViewUtils
{
    bool AssetViewUtils::PrepareFoldersForDragDrop
    (
        const TArray< FString > & SourcePathNames,
        TMap< FString, TArray< UObject * > > & OutSourcePathToLoadedAssets
    )
}

Remarks

A helper function for folder drag/drop which loads all assets in a path (including sub-paths) and returns the assets found

Parameters

Parameter

Description

SourcePathNames

The paths to the folders to drag/drop

OutSourcePathToLoadedAssets

The map of source folder paths to assets found

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss