NodeObj#
Fully qualified name: omni::graph::core::NodeObj
-
struct NodeObj#
Object representing an OmniGraph Node.
Public Functions
-
inline bool isValid() const#
Returns true if this object refers to a valid node.
Public Members
-
NodeHandle nodeHandle = {kInvalidNodeHandle}#
Opaque handle to actual underlying node - managed by compute graph system.
-
NodeContextHandle nodeContextHandle = {NodeContextHandle::invalidValue()}#
handle used to retrieve data on the node - every node has a NodeContextHandle, but not the other way around
-
inline bool isValid() const#