Navigation
API > API/Editor > API/Editor/PropertyEditor
The widget contents of the node. Any of these can be null depending on how the row was generated
| Name | FNodeWidgets |
| Type | struct |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h |
| Include Path | #include "IDetailTreeNode.h" |
Syntax
struct FNodeWidgets
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Actions | FNodeWidgetActions | The actions which can be performed on the node widgets. | IDetailTreeNode.h | |
| EditConditionWidget | TSharedPtr< SWidget > | Edit condition widget. | IDetailTreeNode.h | |
| NameWidget | TSharedPtr< SWidget > | Widget for the name column | IDetailTreeNode.h | |
| NameWidgetLayoutData | FNodeWidgetLayoutData | Layout data for the widget in the name column. | IDetailTreeNode.h | |
| ValueWidget | TSharedPtr< SWidget > | Widget for the value column | IDetailTreeNode.h | |
| ValueWidgetLayoutData | FNodeWidgetLayoutData | Layout data for the widget in the value column. | IDetailTreeNode.h | |
| WholeRowWidget | TSharedPtr< SWidget > | Widget that spans the entire row. Mutually exclusive with name/value widget | IDetailTreeNode.h | |
| WholeRowWidgetLayoutData | FNodeWidgetLayoutData | Layout data for the whole row widget. | IDetailTreeNode.h |