Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h |
| Include | #include "IDetailTreeNode.h" |
Syntax
struct FNodeWidgetActions
Remarks
Defines actions which can be performed on node widgets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUIAction | CopyMenuAction | Action for copying data on this node | |
| TArray< FNodeWidgetActionsCustomMenuData > | CustomMenuItems | Custom Actions on this node | |
| FUIAction | PasteMenuAction | Action for pasting data on this node |