Node Events#

Variables#

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

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

const auto omni::graph::core::kGlobalEventCreateAttribute

Event notification that a dynamic attribute has been added to a node.

const auto omni::graph::core::kGlobalEventRemoveAttribute

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

Variables#

const auto omni::graph::core::kGlobalEventAttributeTypeResolve = carb::RString("omni.graph.core:node:attribute_type_resolve")#

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

const auto omni::graph::core::kGlobalEventCreateAttribute = carb::RString("omni.graph.core:node:create_attribute")#

Event notification that a dynamic attribute has been added to a node.

const auto omni::graph::core::kGlobalEventRemoveAttribute = carb::RString("omni.graph.core:node:remove_attribute")#

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