Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/UserInterface > API/Editor/PropertyEditor/UserInterface/Widgets > API/Editor/PropertyEditor/UserInterface/Widgets/FPropertyUpdatedWidgetBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/UserInterface/Widgets/PropertyUpdatedWidgetBuilder.h |
| Include | #include "UserInterface/Widgets/PropertyUpdatedWidgetBuilder.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/UserInterface/Widgets/PropertyUpdatedWidgetBuilder.cpp |
void Bind_IsRowHovered
(
TAttribute < bool > InIsRowHoveredAttr
)
Remarks
Binds the IsRowHovered Attribute
Parameters
| Name | Description |
|---|---|
| bInIsRowHoveredAttr | the attribute which will determine if the row for this property is hovered |