Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailsDisplayManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FPropertyUpdatedWidgetBuilder > GetPropertyUpdatedWidget
(
FResetToDefault ResetToDefault, |
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 | DetailsDisplayManager.h | |
virtual TSharedPtr< FPropertyUpdatedWidgetBuilder > GetPropertyUpdatedWidget
(
FResetToDefault ResetToDefault, |
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 | DetailsDisplayManager.h |
GetPropertyUpdatedWidget(FResetToDefault, bool, FName)
Description
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
| Name | GetPropertyUpdatedWidget |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailsDisplayManager.h |
| Include Path | #include "DetailsDisplayManager.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailsDisplayManager.cpp |
virtual TSharedPtr < FPropertyUpdatedWidgetBuilder > GetPropertyUpdatedWidget
(
FResetToDefault ResetToDefault,
bool bIsCategoryUpdateWidget,
FName InCategoryObjectName
)
Parameters
| Name | Remarks |
|---|---|
| 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 |
GetPropertyUpdatedWidget(FResetToDefault, TSharedRef< FEditPropertyChain >, FName)
Description
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
| Name | GetPropertyUpdatedWidget |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailsDisplayManager.h |
| Include Path | #include "DetailsDisplayManager.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailsDisplayManager.cpp |
virtual TSharedPtr < FPropertyUpdatedWidgetBuilder > GetPropertyUpdatedWidget
(
FResetToDefault ResetToDefault,
TSharedRef < FEditPropertyChain > InEditorPropertyChain,
FName InCategoryObjectName
)
Parameters
| Name | Remarks |
|---|---|
| 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 |