get_graph_settings#

omni.graph.core.get_graph_settings(
graph: str | Path | Graph | Prim | Typed,
) GraphSettings#

Return the current settings for the graph. This is just a copy of the settings. Changing it will not affect the graph’s settings. To do that you must go through the graph ABI

Parameters:

graph – Graph for which the settings are to be retrieved

Returns:

The settings currently on the graph

Return type:

omni.graph.core.GraphSettings