FNodeWidgetLayoutData

Layout data for node's content widgets.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h

Include

#include "IDetailTreeNode.h"

Syntax

struct FNodeWidgetLayoutData

Remarks

Layout data for node's content widgets.

Variables

Name Description

Public variable

EHorizontalAlig...

 

HorizontalAlignment

The horizontal alignment requested by the widget.

Public variable

TOptional< floa...

 

MaxWidth

An optional maximum width requested by the widget.

Public variable

TOptional< floa...

 

MinWidth

An optional minimum width requested by the widget.

Public variable

EVerticalAlignm...

 

VerticalAlignment

The vertical alignment requested by the widget.

Constructors

Name Description

Public function

FNodeWidgetLayoutData()

Public function

FNodeWidgetLayoutData

(
    EHorizontalAlignment InHorizontalAl...,
    EVerticalAlignment InVerticalAlignm...,
    TOptional< float > InMinWidth,
    TOptional< float > InMaxWidth
)

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