Effect parameters support conditional visibility via the visibleWhen field on ParameterDefinition.
- Format:
"ParamName == value"(e.g.,"Mode == 1","EnableHDR == true") - Hidden from UI: When the condition is false, the parameter is hidden from both the Properties panel and data pins on the graph canvas.
- Dynamic: Visibility re-evaluates whenever the controlling parameter changes.