Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Query whether this item is can be renamed, optionally providing error information if it cannot. | ContentBrowserItem.h | ||
bool CanRename
(
const FString* InNewName, |
Query whether this item is can be renamed, optionally providing error information if it cannot. | ContentBrowserItem.h |
CanRename(const FString , FText )
Description
Query whether this item is can be renamed, optionally providing error information if it cannot.
| Name | CanRename |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool CanRename
(
const FString * InNewName,
FText * OutErrorMsg
) const
True if the item can be renamed, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InNewName | Optional name that will be tested for validity alongside the general ability to rename this item. |
| OutErrorMessage | Optional error message to fill on failure. |
CanRename(const FString , const IContentBrowserHideFolderIfEmptyFilter , FText *)
Description
Query whether this item is can be renamed, optionally providing error information if it cannot.
| Name | CanRename |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool CanRename
(
const FString * InNewName,
const IContentBrowserHideFolderIfEmptyFilter * HideFolderIfEmptyFilter,
FText * OutErrorMsg
) const
True if the item can be renamed, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InNewName | Optional name that will be tested for validity alongside the general ability to rename this item. |
| HideFolderIfEmptyFilter | Current empty folder filter used to permit rename operations to hidden folders. |
| OutErrorMsg | Optional error message to fill on failure. |