UContentBrowserAssetDataSource::BulkMoveItems

Attempt to move the given items to the given virtual path.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::BulkMoveItems()

UContentBrowserAssetDataSource::BulkMoveItems()

References

Module

ContentBrowserAssetDataSource

Header

/Engine/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/Source/ContentBrowserAssetDataSource/Public/ContentBrowserAssetDataSource.h

Include

#include "ContentBrowserAssetDataSource.h"

Source

/Engine/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/Source/ContentBrowserAssetDataSource/Private/ContentBrowserAssetDataSource.cpp

Syntax

virtual bool BulkMoveItems
(
    TArrayView< const FContentBrowserItemData > InItems,
    const FName InDestPath
)

Remarks

Attempt to move the given items to the given virtual path. @note The default implementation of this will call MoveItem for each item. Override if you can provide a more efficient implementation.

Returns

True if any items were moved, false otherwise.

Parameters

Parameter

Description

InItems

The items to move.

InDestPath

The virtual path that the item will be moved to.

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