Navigation
Unreal Engine C++ API Reference > Plugins > ContentBrowserFileDataSource > UContentBrowserFileDataSource
- UContentBrowserDataSource::CopyItem()
- UContentBrowserFileDataSource::CopyItem()
References
Module | ContentBrowserFileDataSource |
Header | /Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Source/ContentBrowserFileDataSource/Public/ContentBrowserFileDataSource.h |
Include | #include "ContentBrowserFileDataSource.h" |
Source | /Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Source/ContentBrowserFileDataSource/Private/ContentBrowserFileDataSource.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. |