FEditorWidgetsModule::CreateObjectNameEditableTextBox

Creates a new text box for viewing the names of objects or editing the labels of actors

Windows
MacOS
Linux

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h

Include

#include "EditorWidgetsModule.h"

Source

/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp

Syntax

virtual TSharedRef< IObjectNameEditableTextBox > CreateObjectNameEditableTextBox
(
    const TArray< TWeakObjectPtr< UObject >> & Objects
)

Remarks

Creates a new text box for viewing the names of objects or editing the labels of actors

Returns

The new editable text box

Parameters

Parameter

Description

Objects

The list of objects that the editable text box shows/edits the names

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