IDetailPropertyRow::GetDefaultWidgets

Returns the name and value widget of this property row.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailPropertyRow.h"

Syntax

void GetDefaultWidgets
(
    TSharedPtr< SWidget > & OutNameWidget,
    TSharedPtr< SWidget > & OutValueWidget,
    FDetailWidgetRow & Row,
    bool bAddWidgetDecoration
)

Remarks

Returns the name and value widget of this property row. You can use this widget to apply further customization to existing widgets (by using this with CustomWidget)

Parameters

Parameter

Description

OutNameWidget

The default name widget

OutValueWidget

The default value widget

OutCustomRow

The default widget row

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