Home -> IProgramNode -> RemoveChildNodes

Description

The RemoveChildNodes method removes the specified set of IStateGroupNode objects from the list of child nodes if present.

Usage

void RemoveChildNodes(IStateGroupNode* const* childNodes, size_t childNodeCount);
void RemoveChildNodes(IStateGroupNode::unique_ptr const* childNodes, size_t childNodeCount);

Argument list

childNodes [IStateGroupNode* const* / IStateGroupNode::unique_ptr const*]
The set of IStateGroupNode objects to remove from the list of child nodes
childNodeCount [size_t]
The number of IStateGroupNode entries to read from the childNodes array

See also