Navigation
API > API/Editor > API/Editor/EditorWidgets
References
| Module | EditorWidgets |
| Header | /Engine/Source/Editor/EditorWidgets/Public/ObjectNameEditSinkRegistry.h |
| Include | #include "ObjectNameEditSinkRegistry.h" |
Syntax
class FObjectNameEditSinkRegistry
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IObjectNameEditSink > | GetObjectNameEditSinkForClass
(
const UClass* Class |
Gets the appropriate ObjectNameEditSink for the supplied class | |
| void | RegisterObjectNameEditSink
(
const TSharedRef< IObjectNameEditSink >& NewSink |
Registers an object name edit sink so it can provide a name editing interface for an object type. | |
| void | UnregisterObjectNameEditSink
(
const TSharedRef< IObjectNameEditSink >& SinkToRemove |
Unregisters a name edit sink. |