Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
bool GenerateRestrictionToolTip
&40;
const FString & Value,
FText & OutTooltip
&41; const
Remarks
Generates a consistent tooltip describing this restriction for use in the editor. True if this value is restricted.
Parameters
| Name | Description |
|---|---|
| Value | The value to test for restriction and generate the tooltip from. |
| OutTooltip | The tooltip describing why this value is restricted. |