ae_set_effect_param
Adjust an effect's parameter on a layer by name or index, with optional keyframing for animation at a specified time.
Instructions
Set a parameter of an effect on a layer (or keyframe it at a time). Reference the effect and parameter by name or 1-based index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp | No | ||
| layer | Yes | ||
| effect | Yes | Effect name or index on the layer. | |
| param | Yes | Parameter name or index within the effect. | |
| value | Yes | New value. Number/boolean for sliders/checkboxes/angles; [x,y] for points; [r,g,b] or [r,g,b,a] for colours. | |
| atTime | No | If given, set as a keyframe at this time instead of a static value. |