IPropertyHandle::CreatePropertyNameWidget

Creates a name widget for this property

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

TSharedRef< SWidget > CreatePropertyNameWidget
(
    const FText & NameOverride,
    const FText & ToolTipOverride,
    bool bDisplayResetToDefault,
    bool bDisplayText,
    bool bDisplayThumbnail
) const

Remarks

Creates a name widget for this property

Returns

the name widget for this property

Parameters

Parameter

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss