UContentBrowserDataSource::BulkCopyItems

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

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

  • UContentBrowserDataSource::BulkCopyItems()

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 BulkCopyItems
(
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) > InItems,
    const [FName](API\Runtime\Core\UObject\FName) InDestPath
)

Remarks

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

The default implementation of this will call CopyItem for each item. Override if you can provide a more efficient implementation. True if any items were copied, false otherwise.

Parameters

Name Description
InItems The items to copy.
InDestPath The virtual path that the item will be copied to.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library