Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/UserInterface > API/Editor/PropertyEditor/UserInterface/Widgets
Inheritance Hierarchy
- FToolElementRegistrationArgs
- FPropertyUpdatedWidgetBuilder
- FOverridesComboButtonBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/UserInterface/Widgets/PropertyUpdatedWidgetBuilder.h |
| Include | #include "UserInterface/Widgets/PropertyUpdatedWidgetBuilder.h" |
Syntax
class FPropertyUpdatedWidgetBuilder : public FToolElementRegistrationArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< bool > | IsRowHoveredAttr | If true, the row that this is associated with is currently hovered over | |
| TAttribute< EVisibility > | IsVisible | The attribute which tells whether this menu button is visible | |
| FResetToDefault | ResetToDefault | A delegate for resetting the active property row |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Bind_IsRowHovered
(
TAttribute< bool > InIsRowHoveredAttr |
Binds the IsRowHovered Attribute | |
| FPropertyUpdatedWidgetBuilder & | Bind_IsVisible
(
TAttribute< EVisibility > InIsVisible |
Set the IsVisible delegate for the menu that this button is responsible for | |
| FResetToDefault | Returns the ResetToDefault delegate | ||
| FPropertyUpdatedWidgetBuilder & | Set_ResetToDefault
(
FResetToDefault InResetToDefault |
Sets the ResetToDefault delegate |
Typedefs
| Name | Description |
|---|---|
| FResetToDefault |