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
&40;
const FText & NameOverride,
const FText & ToolTipOverride
&41; const
Remarks
Creates a 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 |