Write Variable

Node that writes a value to a variable

Installation

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

Inputs

Name

Type

Descripton

Default

Exec In (inputs:execIn)

execution

Signal to the graph that this node is ready to be executed.

None

Graph (inputs:graph)

target

Ignored. Do not use

None

Metadata

hidden = true

Target Path (inputs:targetPath)

token

Ignored. Do not use.

None

Metadata

hidden = true

Value (inputs:value)

any

The new value to be written

None

Variable Name (inputs:variableName)

token

The name of the graph variable to use.

Metadata

hidden = true

Metadata

literalOnly = 1

Outputs

Name

Type

Descripton

Default

Exec Out (outputs:execOut)

execution

Signal to the graph that execution can continue downstream.

None

Value (outputs:value)

any

The value written to the variable.

None

Metadata

Name

Value

Unique ID

omni.graph.core.WriteVariable

Version

2

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

hidden

true

uiName

Write Variable

Categories

internal

Generated Class Name

OgnWriteVariableDatabase

Python Module

omni.graph.nodes