Navigation
API > API/Editor > API/Editor/UMGEditor
Inheritance Hierarchy
- IModuleInterface
- IHasMenuExtensibility
- IHasToolBarExtensibility
- IHasDesignerExtensibility
- IHasPropertyBindingExtensibility
- IUMGEditorModule
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/UMGEditorModule.h |
| Include | #include "UMGEditorModule.h" |
Syntax
class IUMGEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility,
public IHasDesignerExtensibility,
public IHasPropertyBindingExtensibility
Remarks
The public interface of the UMG editor module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddWidgetCustomizationExtender
(
const TSharedRef< IBlueprintWidgetCustomizationExtender >& WidgetCustomizationExtender |
Add customization for widget | |
| void | AddWidgetEditorToolbarExtender
(
FWidgetEditorToolbarExtender&& InToolbarExtender |
Add Toolbar extender for widget editor, used by widget tool palette. | |
| TArrayView< const FCustomPropertyTypeLayout > | Remove an instance customization to the widget property view. | ||
| TArrayView< TSharedRef< IBlueprintWidgetCustomizationExtender > > | Get current customization extenders for widget | ||
| TArrayView< FWidgetEditorToolbarExtender > | Get current toolbar extenders for widget editor | ||
| FWidgetBlueprintCompiler * | |||
| FOnRegisterLayoutExtensions & | |||
| FOnRegisterTabs & | |||
| FOnWidgetBlueprintCreated & | Callback when a WidgetBlueprint is created by the factory. | ||
| void | Add an instance customization to the widget property view. | ||
| void | RemoveWidgetCustomizationExtender
(
const TSharedRef< IBlueprintWidgetCustomizationExtender >& WidgetCustomizationExtender |
Remove customization for widget | |
| void | Remove an instance customization to the widget property view. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCustomPropertyTypeLayout | |||
| FOnRegisterLayoutExtensions | Support for general layout extenders | ||
| FOnRegisterTabs | |||
| FOnWidgetBlueprintCreated | |||
| FWidgetBlueprintCreatedArgs | Arguments for the OnBlueprintCreated callback. |