Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle > API/Editor/PropertyEditor/IPropertyHandle/CreatePropertyNameWidget
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
TSharedRef< SWidget > CreatePropertyNameWidget
(
const FText & NameOverride,
const FText & ToolTipOverride,
bool bDisplayResetToDefault,
bool bDisplayText,
bool bDisplayThumbnail
) const
Remarks
Creates a name widget for this property the name widget for this property
Parameters
| Name | Description |
|---|---|
| NameOverride | The name override to use instead of the property name |
| ToolTipOverride | The tooltip override to use instead of the property name |
| bDisplayResetToDefault | Whether or not to display the reset to default button |
| bDisplayText | Whether or not to display the text name of the property |
| bDisplayThumbnail | Whether or not to display the thumbnail for the property (if any) |