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,
TSharedRef< FEditPropertyChain > InEditorPropertyChain,
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 |
| InEditorPropertyChain | the FEditorPropertyChain for the FPropertyNode whose state is visualized by this property updated widget |
| InCategoryObjectName | the name of the UObject for which the Category is displayed, if one is associated with the Category |