IDetailPropertyRow::EditCondition

Sets an edit condition for this property.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailPropertyRow.h"

Syntax

IDetailPropertyRow & EditCondition
(
    TAttribute< bool > EditConditionValue,
    FOnBooleanValueChanged OnEditConditionValueChanged
)

Remarks

Sets an edit condition for this property. If the edit condition fails, the property is not editable This will add a checkbox before the name of the property that users can click to toggle the edit condition Properties with built in edit conditions will override this automatically. If the

Parameters

Parameter

Description

EditConditionValue

Attribute for the value of the edit condition (true indicates that the edit condition passes)

OnEditConditionValueChanged

Delegate called when the edit condition value changes

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