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