Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailPropertyRow > API/Editor/PropertyEditor/IDetailPropertyRow/GetDefaultWidgets
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h |
| Include | #include "IDetailPropertyRow.h" |
void GetDefaultWidgets
&40;
TSharedPtr< SWidget > & OutNameWidget,
TSharedPtr< SWidget > & OutValueWidget,
FDetailWidgetRow & Row,
bool bAddWidgetDecoration
&41;
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
| Name | Description |
|---|---|
| OutNameWidget | The default name widget |
| OutValueWidget | The default value widget |
| OutCustomRow | The default widget row |