get_node_type_names_from_metadata

omni.graph.tools.get_node_type_names_from_metadata(metadata: dict[str, any]) list[str]

Extract the list of fully qualified node type names from the generated metadata :param metadata: Dictionary loaded as JSON from the nodes.json file generated earlier

Returns

List of node type names appearing in the metadata, prepending the extension name if needed to make it unique