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