Variables#

constexpr HandleInt omni::graph::core::INVALID_TOKEN_VALUE

Deprecated - use kInvalidTokenValue.

constexpr InstanceIndex omni::graph::core::kAccordingToContextIndex

Special index for a context.

constexpr InstanceIndex omni::graph::core::kAuthoringGraphIndex

Some default instance value.

const auto omni::graph::core::kGlobalEventAttributeTypeResolve

Event notification that an extended-type attribute resolution has changed.

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::kGlobalEventCreateAttribute

Event notification that a dynamic attribute has been added to a 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::kGlobalEventRemoveAttribute

Event notification that a dynamic attribute has been removed from a node.

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.

constexpr char omni::graph::core::kInstancingGraphTargetPath

The path used to identify the targeted prim, when graph instancing is used.

constexpr AttributeHandle omni::graph::core::kInvalidAttributeHandle

Constant representing an invalid attribute handle.

constexpr GraphContextHandle omni::graph::core::kInvalidGraphContextHandle

Constant representing an invalid graph context handle.

constexpr GraphHandle omni::graph::core::kInvalidGraphHandle

Constant representing an invalid graph handle.

constexpr HandleInt omni::graph::core::kInvalidHandleIntValue

Representation of an invalid handle as an integer.

constexpr InstanceIndex omni::graph::core::kInvalidInstanceIndex

Special index indicating an invalid instance.

constexpr NodeHandle omni::graph::core::kInvalidNodeHandle

Constant representing an invalid node handle.

constexpr NodeTypeHandle omni::graph::core::kInvalidNodeTypeHandle

Constant representing an invalid node type handle.

constexpr DataAccessFlags omni::graph::core::kReadAndWrite

Data is accessible for both read and write.

constexpr DataAccessFlags omni::graph::core::kReadOnly

Data is only accessible for reading.

constexpr GraphInstanceID omni::graph::core::kUninitializedGraphId

constexpr uint8_t omni::graph::core::kUninitializedTypeCount

The value of an uninitialized attribute for a type (eg: tuple_count, array_depth)

constexpr DataAccessFlags omni::graph::core::kWriteOnly

Data is only accessible for writing.