Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle > API/Editor/PropertyEditor/IPropertyHandle/IsRestricted
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
bool IsRestricted
(
const FString & Value,
TArray < FText > & OutReasons
) const
Remarks
Tests if a value is restricted for this property. True if this value is restricted.
Parameters
| Name | Description |
|---|---|
| Value | The value to test for restriction. |
| OutReasons | Outputs an array of the reasons why this value is restricted. |