public static GetComposedChildNodeList ( HEU_SessionBase session, HAPI_NodeId parentNodeID, HAPI_NodeTypeBits nodeTypeFilter, HAPI_NodeFlagsBits nodeFlagFilter, bool bRecursive, Array &childNodeIDs, bool bLogIfError = true ) : bool | ||
session | HEU_SessionBase | |
parentNodeID | HAPI_NodeId | Parent node ID |
nodeTypeFilter | HAPI_NodeTypeBits | Node type by which to filter the children |
nodeFlagFilter | HAPI_NodeFlagsBits | Node flags by which to filter the children |
bRecursive | bool | Whether or not to compose the list recursively |
childNodeIDs | Array | |
bLogIfError | bool | |
return | bool |