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