IPropertyHandle::IsDisabled

Tests if a value is disabled for this property.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

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

Remarks

Tests if a value is disabled for this property.

Returns

True if this value is disabled.

Parameters

Parameter

Description

Value

The value to test whether it is disabled.

OutReasons

Outputs an array of the reasons why this value is disabled.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss