This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Add ()
Returns the sum of the two values
Information
| Plugin | RigVM |
| Category | Math |
| Tags | Add,Sum,+ |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The first color for the operation | float double int32 Vector Linear Color |
(R=0.000000,G=0.000000,B=0.000000,A=1.000000) |
| B | The second color for the operation | float double int32 Vector Linear Color |
(R=0.000000,G=0.000000,B=0.000000,A=1.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting color | float double int32 Vector Linear Color |
Add (FRigVMDispatch_ArrayAdd)
Adds an element to an array and returns the new element's index. Modifies the input array.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayAdd |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecuteContext | This pin is used to chain multiple mutable units together | Execute Context | |
| Array | The array to add an element to. | TArray<FRigVMUnknownType> |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Element | The element to add to the array. | Wildcard |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Index | The index of the newly added element. | int32 |