FDetailWidgetDecl

Widget declaration for custom widgets in a widget row

Windows
MacOS
Linux

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

Constructors

Name Description

Public function

FDetailWidgetDecl

(
    FDetailWidgetRow& InParentDecl,
    float InMinWidth,
    float InMaxWidth,
    EHorizontalAlignment InHAlign,
    EVerticalAlignment InVAlign
)

Functions

Name Description

Public function

FDetailWidge...

 

HAlign

(
    EHorizontalAlignment InAlignment
)

Public function

FDetailWidge...

 

MaxDesiredWidth

(
    TOptional< float > InMaxWidth
)

Public function

FDetailWidge...

 

MinDesiredWidth

(
    TOptional< float > InMinWidth
)

Public function

FDetailWidge...

 

VAlign

(
    EVerticalAlignment InAlignment
)

Operators

Name Description

Public function

FDetailWidge...

 

operator[]

(
    TSharedRef< SWidget > InWidget
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss