omni::graph::core::NodeTypeObj

Defined in omni/graph/core/Handle.h

struct NodeTypeObj

Object representing an OmniGraph NodeType.

Public Functions

inline bool isValid() const

Returns true if this object refers to a valid node type.

Public Members

const INodeType *iNodeType

Interface to functionality on the node type.

NodeTypeHandle nodeTypeHandle

Opaque handle to actual underlying node type - managed by OmniGraph.