Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | ECustomEditConditionMode |
| Type | enum |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h |
| Include Path | #include "IDetailPropertyRow.h" |
Syntax
enum ECustomEditConditionMode
{
Override,
Merge,
}
Values
| Name | Remarks |
|---|---|
| Override | The custom edit condition overrides the edit condition set directly on the property (if any). |
| Merge | The custom edit condition merges with the existing edit condition set directly on the property (if any). |