Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailsDisplayManager > API/Editor/PropertyEditor/FDetailsDisplayManager/GetPropertyUpdatedWidget
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailsDisplayManager.h |
| Include | #include "DetailsDisplayManager.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailsDisplayManager.cpp |
virtual TSharedPtr< FPropertyUpdatedWidgetBuilder > GetPropertyUpdatedWidget
(
FResetToDefault ResetToDefault,
bool bIsCategoryUpdateWidget,
FName InCategoryObjectName
)
Remarks
Returns a widget which will show in place of the reset to default button, or a nullptr if the default reset button should be used
Parameters
| Name | Description |
|---|---|
| ResetToDefault | the delegate which should be called to reset the row to default |
| bIsCategoryUpdateWidget | if true this widget builder is for a Category instead of a property within |
| InCategoryObjectName | the name of the UObject associated with the Category for the widget builder, if one exists, else it is NAME_NONE |