Houdini 20.5 Nodes APEX nodes

ch::EvaluateMulti

Evaluates a set of channels.

On this page
Since 20.0

Evaluates a variadic argument of channels at time, and returns the values as an array.

Inputs

time: Float

The time at which to evaluate the channels.

channels: VariadicArg<ApexChannel>

The channels to be evaluated.

Outputs

values: FloatArray

The values of the channels at time.

See also

APEX nodes