create_shader_graph_from_class
Creates a new shader graph instance.The new shader graph instance implicitly uses the default values for the input parameters as specified in the shader graph class. The created instance does not initially contain any attributes and these will need to be created in the usual way before they can be modified.
arguments
-
"privacy_level" : Uint8 (default: null)
The privacy level to create the shader graph at. [0...255]. If not provided uses the current scopes privacy level.
-
"shader_graph_class_name" : String
The name of the corresponding shader graph class.This name must be the full database name of the shader graph class, including namespace.
-
"shader_graph_name" : String
The name of the to be created shader graph.This name must be the full database name of the shader graph, including namespace.