Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 515 Bytes

File metadata and controls

12 lines (7 loc) · 515 Bytes

Conditional Parameter Visibility

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.

Back to docs/Repo root