Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h |
| Include | #include "IDetailTreeNode.h" |
Syntax
struct FNodeWidgetLayoutData
Remarks
Layout data for node's content widgets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EHorizontalAlignment | HorizontalAlignment | The horizontal alignment requested by the widget. | |
| TOptional< float > | MaxWidth | An optional maximum width requested by the widget. | |
| TOptional< float > | MinWidth | An optional minimum width requested by the widget. | |
| EVerticalAlignment | VerticalAlignment | The vertical alignment requested by the widget. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNodeWidgetLayoutData
(
EHorizontalAlignment InHorizontalAlignment, |