Navigation
API > API/Editor > API/Editor/UMGEditor
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/IHasPropertyBindingExtensibility.h |
| Include | #include "IHasPropertyBindingExtensibility.h" |
Syntax
class IPropertyBindingExtension
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExtend
(
const UWidgetBlueprint* WidgetBlueprint, |
Does this extension want to extend this property in the widget? | |
| void | ClearCurrentValue
(
const UWidgetBlueprint* WidgetBlueprint, |
||
| TSharedPtr< FExtender > | CreateMenuExtender
(
const UWidgetBlueprint* WidgetBlueprint, |
||
| const FSlateBrush * | GetCurrentIcon
(
const UWidgetBlueprint* WidgetBlueprint, |
||
| TOptional< FName > | GetCurrentValue
(
const UWidgetBlueprint* WidgetBlueprint, |
||
| EDropResult | OnDrop
(
const FGeometry& Geometry, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDropResult |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FExtender > | CreateMenuExtender
(
const UWidgetBlueprint* WidgetBlueprint, |
The function CreateMenuExtender with FProperty parameter is deprecated. Please pass the property handler as the parameter instead. |