Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h |
| Include | #include "PropertyEditorDelegates.h" |
Syntax
struct FPropertyRowExtensionButton
Remarks
A property row extension button is displayed at the end of a property row, either inline as a button, or in a dropdown when not all buttons can fit.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< FSlateIcon > | Icon | The icon to display for the button. | |
| TAttribute< FText > | Label | The label to display for the button when shown in the dropdown. | |
| TAttribute< FText > | ToolTip | The tooltip to display for the button. | |
| FUIAction | UIAction | The UIAction to use for the button - this includes on execute, can execute and visibility handlers. |