omni::graph::core::eComputeRule

Defined in omni/graph/core/ISchedulingHints.h

enum class omni::graph::core::eComputeRule

How the node is allowed to be computed.

Values:

enumerator eDefault

Nodes are computed according to the default evaluator rules.

enumerator eOnRequest

The evaluator may skip computing this node until explicitly requested with INode::requestCompute.