Unwrap a Vector (4D, 3D or 2D) into it’s individual components.
A pop-up will appear when you drag & drop this node into your graph asking you what type of vector you would like to unwrap.
Properties
This node has no properties in the Editor
panel.
Inputs
From Vector 4D
Name |
Type |
Description |
Vector4D |
Vector 4D |
Standard vector 4D input |
From Vector 3D
Name |
Type |
Description |
Vector3D |
Vector 3D |
Standard vector 3D input |
From Vector 2D
Name |
Type |
Description |
Vector2D |
Vector 2D |
Standard vector 2D input |
Outputs
From Vector 4D
Name |
Type |
Description |
X |
Float |
X component |
Y |
Float |
Y component |
Z |
Float |
Z component |
W |
Float |
W component |
From Vector 3D
Name |
Type |
Description |
X |
Float |
X component |
Y |
Float |
Y component |
Z |
Float |
Z component |
From Vector 2D
Name |
Type |
Description |
X |
Float |
X component |
Y |
Float |
Y component |
Example