Set Target

Sets 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

Set Target (inputs:setTarget)

target

The target to set at the given index.

None

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.SetTarget

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Set Target

Categories

sceneGraph

Generated Class Name

OgnSetTargetDatabase

Python Module

omni.graph.nodes