Navigation
API > API/Editor > API/Editor/EditorWidgets
Inheritance Hierarchy
- IModuleInterface
- FEditorWidgetsModule
References
| Module | EditorWidgets |
| Header | /Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h |
| Include | #include "EditorWidgetsModule.h" |
Syntax
class FEditorWidgetsModule : public IModuleInterface
Remarks
Editor Widgets module
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateAssetDiscoveryIndicator
(
EAssetDiscoveryIndicatorScaleMode::Type ScaleMode, |
Creates a widget that visualizes the asset discovery progress and collapses away when complete | |
| TSharedRef< IObjectNameEditableTextBox > | CreateObjectNameEditableTextBox
(
const TArray< TWeakObjectPtr< UObject >>& Objects |
Creates a new text box for viewing the names of objects or editing the labels of actors | |
| TSharedRef< ITransportControl > | CreateTransportControl
(
const FTransportControlArgs& Args |
Creates a widget that allows play/pause, and general time controls | |
| TSharedRef< UE::EditorWidgets::FObjectNameEditSinkRegistry > | Gets the registry of name edit 'sinks' used for getting and editing object display names |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the plugin is unloaded, right before the plugin object is destroyed. | ||
| void | Called right after the plugin DLL has been loaded and the plugin object has been created |
Constants
| Name | Description |
|---|---|
| EditorWidgetsAppIdentifier | Editor Widgets app identifier string |