Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h |
| Include | #include "IDetailTreeNode.h" |
Syntax
struct FNodeWidgetActionsCustomMenuData
Remarks
Defines a custom menu action which can be performed on a detail tree node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FUIAction | Action | The action to be performed. | |
| const FText | Name | The name to display for the menu item. | |
| const FSlateIcon | SlateIcon | The icon to display for the menu item. | |
| const FText | Tooltip | The tooltip to the display for the menu item. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNodeWidgetActionsCustomMenuData
(
const FUIAction& InAction, |