FContentBrowserItem::Rename

Attempt to rename this item.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h

Include

#include "ContentBrowserItem.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp

Syntax

bool Rename
(
    const FString & InNewName,
    FContentBrowserItem * OutNewItem
) const

Remarks

Attempt to rename this item.

Returns

True if the item was renamed, false otherwise.

Parameters

Parameter

Description

InNewName

The new name to give the item.

OutNewItem

The item after it has been renamed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss