Remove Target#

Removes a target in a target array at an index in range [-arrayLength, arrayLength). If the given index is negative it will be an offset from the end of the array.

Installation#

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

Inputs#

Name

Type

Descripton

Default

Index (inputs:index)

int

The index into the array in range [-arrayLength, arrayLength). A negative value indexes from the end of the array.

0

Targets (inputs:targets)

target

The input target array.

None

Metadata

allowMultiInputs = 1

Outputs#

Name

Type

Descripton

Default

Targets (outputs:targets)

target

The modified target array.

None

Metadata#

Name

Value

Unique ID

omni.graph.nodes.RemoveTarget

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Remove Target

Categories

sceneGraph

Generated Class Name

OgnRemoveTargetDatabase

Python Module

omni.graph.nodes