Decompose Vector4#

Splits a Vector4 into four separate numbers.

Component Information#

  • Name: DecomposeVector4

  • UI Name: Decompose Vector4

  • Version: 1

  • Categories: Transform

Input Properties#

Property

Display Name

Type

IO Type

Default Value

Optional

vector

Vector

Float4

Input

[0.0, 0.0, 0.0, 0.0]

No

Vector#

The vector to decompose.

Output Properties#

Property

Display Name

Type

IO Type

Default Value

Optional

x

X

Float

Output

0.0

No

y

Y

Float

Output

0.0

No

z

Z

Float

Output

0.0

No

w

W

Float

Output

0.0

No

X#

The X component of the vector (Red channel).

Y#

The Y component of the vector (Green channel).

Z#

The Z component of the vector (Blue channel).

W#

The W component of the vector (Alpha channel).

Usage Notes#

This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.


← Back to Component Index