IPropertyHandle::GenerateRestrictionToolTip

Generates a consistent tooltip describing this restriction for use in the editor.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

bool GenerateRestrictionToolTip
(
    const FString & Value,
    FText & OutTooltip
) const

Remarks

Generates a consistent tooltip describing this restriction for use in the editor.

Returns

True if this value is restricted.

Parameters

Parameter

Description

Value

The value to test for restriction and generate the tooltip from.

OutTooltip

The tooltip describing why this value is restricted.

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