Houdini 21.0 Nodes APEX nodes

ch::CollectionNameAt

Returns the channel name at a given index in a channel collection.

On this page
Since 21.0

This node returns the channel name at a given index. If the index is invalid, an empty string is returned.

Inputs

channels: AnimChannelCollection

A collection of channels.

index: Int

The index in the channel collection to query.

Outputs

name: String

The name of the channel at index, or an empty string if index is invalid.

See also

APEX nodes