Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
- UContentBrowserDataSource::BulkCopyItems()
- UContentBrowserFileDataSource::BulkCopyItems()
- UContentBrowserAssetDataSource::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
&40;
TArrayView< const FContentBrowserItemData > InItems,
const FName InDestPath
&41;
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. |