VisualScriptOperator

Inherits: VisualScriptNode < Resource < Reference < Object

A Visual Script node that performs an operation on two values.

Description

Input Ports:

  • Data (variant): A

  • Data (variant): B

Output Ports:

  • Data (variant): result

Properties

Variant.Operator

operator

6

Variant.Type

type

0


Property Descriptions

Variant.Operator operator = 6

The operation to be performed. See Variant.Operator for available options.


Variant.Type type = 0

The type of the values for this operation. See Variant.Type for available options.