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.
BreakVector (FDataflowVectorBreakNode)
BreakVector (v1)
Break a vector in 4 components if the input vector is of a lower dimension than 4, the remaining components will be set to zero
Input(s) : V - Vector to break into components
Output(s): X - X component Y - Y component Z - Z component W - W component
Information
| Module | DataflowCore |
| Category | Math|Vectors |
| Tags | Expand Split X Y Z W Components |
| Type | FDataflowVectorBreakNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| V | Vector to break into components | FDataflowVectorTypes | (Value=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000)) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| X | X component | FDataflowNumericTypes | |
| Y | Y component | FDataflowNumericTypes | |
| Z | Z component | FDataflowNumericTypes | |
| W | W component | FDataflowNumericTypes |
BreakVector (FExpandVectorDataflowNode)
BreakVector (v1)
Expands a Vector into X, Y, Z components
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|Vector |
| Tags | Expand X Y Z |
| Type | FExpandVectorDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Vector | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |