Graph Events#
Variables#
- const auto omni::graph::core::kGlobalEventClosing
Event notification that the stage is closing.
- const auto omni::graph::core::kGlobalEventComputeRequested
Event notification that a compute request has been made on a contained node.
- const auto omni::graph::core::kGlobalEventCreateVariable
Event notification that a variable has been added to the graph.
- const auto omni::graph::core::kGlobalEventNodeAttributeChange
Event notification that an input or state attribute changed outside of graph evaluation.
- const auto omni::graph::core::kGlobalEventRemoveVariable
Event notification that a variable has been removed from the graph.
- const auto omni::graph::core::kGlobalEventVariableTypeChange
Event notification that a variable in the graph had its type changed.