get_node_by_path#
- omni.graph.core.get_node_by_path(path: str) object #
Get a node that lives at a given path
- Parameters:
path (str) – Path at which to find the node
- Returns:
The node corresponding to a node path in OmniGraph, None if no node was found at that path.
- Return type: