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