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
BreakTransform (v1)
Break a Transform into Translation, Rotation (Euler, Rotator, Quaternion), Scale
Input(s) : Transform - Transform to break into components
Output(s): Translation - Translation Rotation - Rotation as Euler Rotator - Rotation as a rotator Quat - Rotation as a quaternion Scale - Scale
Information
| Module | GeometryCollectionNodes |
| Category | Math|Transform |
| Type | FBreakTransformDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Transform | Transform to break into components | FTransform | (Rotation=(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000),Translation=(X=0.000000,Y=0.000000,Z=0.000000),Scale3D=(X=1.000000,Y=1.000000,Z=1.000000)) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Translation | Translation | FDataflowVectorTypes | |
| Rotation | Rotation as Euler | FVector | |
| Rotator | Rotation as a rotator | FRotator | |
| Quat | Rotation as a quaternion | FQuat | |
| Scale | Scale | FDataflowVectorTypes |