Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
- UContentBrowserDataSource::CopyItem()
- UContentBrowserFileDataSource::CopyItem()
- UContentBrowserAssetDataSource::CopyItem()
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 CopyItem
&40;
const FContentBrowserItemData & InItem,
const FName InDestPath
&41;
Remarks
Attempt to copy the given item to the given virtual path. True if the item was copied, false otherwise.
Parameters
| Name | Description |
|---|---|
| InItem | The item to copy. |
| InDestPath | The virtual path that the item will be copied to. |