IVariable2_abi#
Fully qualified name: omni::graph::core::IVariable2_abi
-
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
-
virtual bool setType_abi(Type type) noexcept = 0#