FContentBrowserItem::Rename

Attempt to rename this item.

Unreal Engine C++ API Reference > 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
(
    const [FString](API\Runtime\Core\Containers\FString) & InNewName,
    [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) * OutNewItem
) 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library