ICustomSceneOutliner::SetCanRenameItem

Tell the scene outliner to use this visitor before accepting a rename request from a actor or from the prebuild column Item Label

Windows
MacOS
Linux

Override Hierarchy

ICustomSceneOutliner::SetCanRenameItem()

SSceneOutliner::SetCanRenameItem()

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/ICustomSceneOutliner.h

Include

#include "ICustomSceneOutliner.h"

Syntax

ICustomSceneOutliner & SetCanRenameItem
(
    TUniquePtr< SceneOutliner::TTreeItemGetter< bool >> && CanRenameItem
)

Remarks

Tell the scene outliner to use this visitor before accepting a rename request from a actor or from the prebuild column Item Label

Parameters

Parameter

Description

CanRenameItem

The visitor that will be used to validate that a item can be renamed (return true to rename)

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