Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailsNameWidgetOverrideCustom-
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailsNameWidgetOverrideCustomization.h |
| Include | #include "DetailsNameWidgetOverrideCustomization.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailsNameWidgetOverrideCustomization.cpp |
virtual TSharedRef< SWidget > CustomizeName
(
TSharedRef< SWidget > InnerNameContent,
FPropertyPath & Path
)
the new TSharedRef
Parameters
| Name | Description |
|---|---|
| InnerNameContent | the unaltered content of the Name widget. It shows what would be there normally with no modification by this customization |
| Path | the FPropertyPath for the current property |