Houdini 20.5 Nodes APEX Nodes

ch::CollectionSetChannels

Adds APEX channels to a channel collection.

On this page
Since 20.5

Adds APEX channels to a channel collection using the variadic inputs subport names as the channel names. Channels in the collection are replaced if the channel name already exists.

The channels ports of this node are in-place ports, which means that the channel collection is updated without creating a copy.

Inputs

*channels: ApexChannelCollection Required

The channel collection.

inputs: VariadicArg<ApexChannel>

The channels to add to the channel collection. The subport names are the new channel names.

Outputs

*channels: ApexChannelCollection

The channel collection with the new channels.

See also

APEX Nodes