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 & EditConditionHides
(
bool bEditConditionHidesValue
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| bEditConditionHidesValue | if true the property be shown/hidden based on the edit condition |