Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailPropertyRow
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetDefaultWidgets
(
TSharedPtr< SWidget >& OutNameWidget, |
Returns the name and value widget of this property row. | IDetailPropertyRow.h | |
void GetDefaultWidgets
(
TSharedPtr< SWidget >& OutNameWidget, |
Returns the name and value widget of this property row. | IDetailPropertyRow.h |
GetDefaultWidgets(TSharedPtr< SWidget > &, TSharedPtr< SWidget > &, bool)
Description
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)
| Name | GetDefaultWidgets |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h |
| Include Path | #include "IDetailPropertyRow.h" |
void GetDefaultWidgets
(
TSharedPtr < SWidget > & OutNameWidget,
TSharedPtr < SWidget > & OutValueWidget,
bool bAddWidgetDecoration
)
Parameters
| Name | Remarks |
|---|---|
| OutNameWidget | The default name widget |
| OutValueWidget | The default value widget |
GetDefaultWidgets(TSharedPtr< SWidget > &, TSharedPtr< SWidget > &, FDetailWidgetRow &, bool)
Description
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)
| Name | GetDefaultWidgets |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h |
| Include Path | #include "IDetailPropertyRow.h" |
void GetDefaultWidgets
(
TSharedPtr < SWidget > & OutNameWidget,
TSharedPtr < SWidget > & OutValueWidget,
FDetailWidgetRow & Row,
bool bAddWidgetDecoration
)
Parameters
| Name | Remarks |
|---|---|
| OutNameWidget | The default name widget |
| OutValueWidget | The default value widget |
| OutCustomRow | The default widget row |