Houdini 20.5 Nodes APEX nodes

dynamicpath::GetTiming

Gets the start time, end time, and life of a dynamic path.

On this page
Since 20.0

Takes a dynamic path and returns its start time, end time, and life.

See dynamicpath::Evaluate for more information on the patharray input and how dynamic path layers are evaluated.

Inputs

patharray: ApexDynamicPathArray

An input array of dynamic paths, which represents a single dynamic path comprised of many layers.

Outputs

startime: Float

The start time of the path.

endtime: Float

The end time of the path.

life: Float

The life of the path.

See also

APEX nodes