Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/FEditorWidgetsModule
References
| Module | EditorWidgets |
| Header | /Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h |
| Include | #include "EditorWidgetsModule.h" |
| Source | /Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp |
virtual TSharedRef< IObjectNameEditableTextBox > CreateObjectNameEditableTextBox
&40;
const TArray< TWeakObjectPtr< UObject >> & Objects
&41;
Remarks
Creates a new text box for viewing the names of objects or editing the labels of actors The new editable text box
Parameters
| Name | Description |
|---|---|
| Objects | The list of objects that the editable text box shows/edits the names |