Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool Rename
&40;
const FString & InNewName,
FContentBrowserItem &42; OutNewItem
&41; const
Remarks
Attempt to rename this item. True if the item was renamed, false otherwise.
Parameters
| Name | Description |
|---|---|
| InNewName | The new name to give the item. |
| OutNewItem | The item after it has been renamed. |