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