Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailWidgetDecl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDetailWidgetDecl
(
FDetailWidgetRow& InParentDecl, |
DetailWidgetRow.h | ||
FDetailWidgetDecl
(
FDetailWidgetRow& InParentDecl, |
DetailWidgetRow.h |
FDetailWidgetDecl(class FDetailWidgetRow &, const FDetailWidgetDecl &)
| Name | FDetailWidgetDecl |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h |
| Include Path | #include "DetailWidgetRow.h" |
FDetailWidgetDecl
(
class FDetailWidgetRow & InParentDecl,
const FDetailWidgetDecl & Other
)
FDetailWidgetDecl(class FDetailWidgetRow &, float, float, EHorizontalAlignment, EVerticalAlignment)
| Name | FDetailWidgetDecl |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h |
| Include Path | #include "DetailWidgetRow.h" |
FDetailWidgetDecl
(
class FDetailWidgetRow & InParentDecl,
float InMinWidth,
float InMaxWidth,
EHorizontalAlignment InHAlign,
EVerticalAlignment InVAlign
)