Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailPropertyRow
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h |
| Include | #include "IDetailPropertyRow.h" |
IDetailPropertyRow & EditCondition
&40;
TAttribute< bool > EditConditionValue,
FOnBooleanValueChanged OnEditConditionValueChanged
&41;
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
| Name | 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 |