is_global_graph_prim

omni.graph.core.is_global_graph_prim(prim_path: str) bool

Determines if the prim path passed in represents a prim that is backing a global graph

Parameters

prim_path (str) – The path to the prim in question

Returns

True if the prim path represents a prim that is backing a global graph, False otherwise

Return type

bool