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