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.
Description
MakeVector4 (v1)
Make a 4D Vector
Input(s) : X - X component Y - Y component Z - Z component W - W component
Output(s): Vector4D - 4D Vector {X, Y, Z, W}
Information
| Module | DataflowCore |
| Category | Math|Vectors |
| Tags | Create Add 4D XYZW |
| Type | FDataflowVectorMakeVec4Node |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| X | X component | FDataflowNumericTypes | (Value=0.000000) |
| Y | Y component | FDataflowNumericTypes | (Value=0.000000) |
| Z | Z component | FDataflowNumericTypes | (Value=0.000000) |
| W | W component | FDataflowNumericTypes | (Value=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Vector4D | 4D Vector {X, Y, Z, W} | FDataflowVectorTypes |