Tutorial Node: ABI Overrides

This tutorial node shows how to override ABI methods on your node.

Installation

To use this node enable omni.graph.tutorials in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Namespace A Bool (inputs:namespace:a_bool)

bool

The input is any boolean value

True

Outputs

Name

Type

Descripton

Default

Namespace A Bool (outputs:namespace:a_bool)

bool

The output is computed as the negation of the input

True

Metadata

Name

Value

Unique ID

omni.graph.tutorials.Abi

Version

1

Extension

omni.graph.tutorials

Icon

ogn/icons/omni.graph.tutorials.Abi.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

python

uiName

Tutorial Node: ABI Overrides

Categories

tutorials,internal:abi

__categoryDescriptions

internal:abi,Internal nodes that override the ABI functions

Generated Class Name

OgnTutorialABIDatabase

Python Module

omni.graph.tutorials

See the accompanying tutorial and annotated code at Tutorial 3 - ABI Override Node