Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailPropertyRow
Description
Sets whether or not the edit condition for this property should affect its visibility. If the edit condition fails, the property will be hidden outright.
| Name | EditConditionHides |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h |
| Include Path | #include "IDetailPropertyRow.h" |
IDetailPropertyRow & EditConditionHides
(
bool bEditConditionHidesValue
)
Parameters
| Name | Remarks |
|---|---|
| bEditConditionHidesValue | if true the property be shown/hidden based on the edit condition |