Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsDisabled
(
const FString& Value |
Tests if a value is disabled for this property | PropertyHandle.h | |
bool IsDisabled
(
const FString& Value, |
Tests if a value is disabled for this property. | PropertyHandle.h |
IsDisabled(const FString &)
Description
Tests if a value is disabled for this property
| Name | IsDisabled |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include Path | #include "PropertyHandle.h" |
bool IsDisabled
(
const FString & Value
) const
True if this value is disabled.
Parameters
| Name | Remarks |
|---|---|
| Value | The value to test whether it is disabled. |
IsDisabled(const FString &, TArray< FText > &)
Description
Tests if a value is disabled for this property.
| Name | IsDisabled |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include Path | #include "PropertyHandle.h" |
bool IsDisabled
(
const FString & Value,
TArray < FText > & OutReasons
) const
True if this value is disabled.
Parameters
| Name | Remarks |
|---|---|
| Value | The value to test whether it is disabled. |
| OutReasons | Outputs an array of the reasons why this value is disabled. |