omni::graph::core::IGraphEvent

Defined in omni/graph/core/iComputeGraph.h

enum class omni::graph::core::IGraphEvent

Defines the graph event types.

Values:

enumerator eCreateVariable

Variable has been added to the graph.

enumerator eRemoveVariable

Variable has been removed from the graph.

enumerator eClosing

Stage is closing.

enumerator eComputeRequested

INode::requestCompute was called on a contained node.

enumerator eNodeAttributeChange

An input or state attribute changed outside of graph evaluation.

enumerator eVariableTypeChange

A variable in the graph had its type changed.