Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h |
| Include | #include "DetailWidgetRow.h" |
Syntax
class FDetailWidgetDecl
Remarks
Widget declaration for custom widgets in a widget row
Variables
| Type | Name | Description | |
|---|---|---|---|
| EHorizontalAlignment | HorizontalAlignment | ||
| TOptional< float > | MaxWidth | ||
| TOptional< float > | MinWidth | ||
| EVerticalAlignment | VerticalAlignment | ||
| TSharedRef< SWidget > | Widget |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDetailWidgetDecl
(
FDetailWidgetRow& InParentDecl, |
|||
FDetailWidgetDecl
(
FDetailWidgetRow& InParentDecl, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDetailWidgetDecl & | HAlign
(
EHorizontalAlignment InAlignment |
||
| FDetailWidgetDecl & | MaxDesiredWidth
(
TOptional< float > InMaxWidth |
||
| FDetailWidgetDecl & | MinDesiredWidth
(
TOptional< float > InMinWidth |
||
| FDetailWidgetDecl & | VAlign
(
EVerticalAlignment InAlignment |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDetailWidgetRow & | operator[]
(
TSharedRef< SWidget > InWidget |