omni::graph::core::IVariable2_abi

Defined in omni/graph/core/IVariable2.h

Inheritance Relationships

Base Type

  • public omni::core::Inherits< omni::graph::core::IVariable, OMNI_TYPE_ID("omni.graph.core.IVariable2")>

class IVariable2_abi : public omni::core::Inherits<omni::graph::core::IVariable, OMNI_TYPE_ID("omni.graph.core.IVariable2")>

Interface extension for IVariable that adds the ability to set a variable type.

Protected Functions

virtual bool setType_abi(Type type) noexcept = 0

Sets the type of the variable.

Parameters

type[in] New type for the variable

Returns

True if the type is able to be set, false otherwise