IPropertyHandle::IsRestricted

Tests if a value is restricted for this property.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

bool IsRestricted
(
    const FString & Value,
    TArray< FText > & OutReasons
) const

Remarks

Tests if a value is restricted for this property.

Returns

True if this value is restricted.

Parameters

Parameter

Description

Value

The value to test for restriction.

OutReasons

Outputs an array of the reasons 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