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
MakeTransform (v1)
Make an FTransform Note: Originaly this version was depricated and replaced with FMakeTransformDataflowNode_v2 but when AnyRotationType was introduced with the ConvertAnyRotation node FMakeTransformDataflowNode_v2 became obsolete and this version became the current version again
Input(s) : InTranslation - Translation InRotation - Rotation as Euler InScale - Scale
Output(s): OutTransform - Result transform
Information
| Module | GeometryCollectionNodes |
| Category | Generators|Transform |
| Type | FMakeTransformDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| InTranslation | Translation | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| InRotation | Rotation as Euler | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| InScale | Scale | FVector | (X=1.000000,Y=1.000000,Z=1.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| OutTransform | Result transform | FTransform |