UContentBrowserDataSource::BulkMoveItems

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

Unreal Engine C++ API Reference > Editor > ContentBrowserData > UContentBrowserDataSource

  • UContentBrowserDataSource::BulkMoveItems()

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h
Include #include "ContentBrowserDataSource.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp
virtual bool BulkMoveItems
(
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) > InItems,
    const [FName](API\Runtime\Core\UObject\FName) InDestPath
)

Remarks

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

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.

Parameters

Name Description
InItems The items to move.
InDestPath The virtual path that the item will be moved to.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library