| UContentBrowserDataSource::BulkMoveItems()
|
Module |
|
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 |
virtual bool BulkMoveItems
(
TArrayView< const FContentBrowserItemData > InItems,
const FName InDestPath
)
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.
True if any items were moved, false otherwise.
Parameter |
Description |
---|---|
InItems |
The items to move. |
InDestPath |
The virtual path that the item will be moved to. |