Navigation
Unreal Engine C++ API Reference > Plugins > ContentBrowserFileDataSource > UContentBrowserFileDataSource
- UContentBrowserDataSource::RenameItem()
- UContentBrowserFileDataSource::RenameItem()
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 RenameItem
&40;
const FContentBrowserItemData & InItem,
const FString & InNewName,
FContentBrowserItemData & OutNewItem
&41;
Remarks
Attempt to rename the given item. True if the item was renamed, false otherwise.
Parameters
Name | Description |
---|---|
InItem | The item to rename. |
InNewName | The new name to give the item. |
OutNewItem | The item after it has been renamed. |