Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The PrimitiveInt node provides a simple way to work with integer values in your workflow. It takes an integer input and outputs the same value, making it useful for passing integer parameters between nodes or setting specific numeric values for other operations.

Inputs

ParameterData TypeRequiredRangeDescription
valueINTYes-9223372036854775807 to 9223372036854775807The integer value to output

Outputs

Output NameData TypeDescription
outputINTThe input integer value passed through unchanged