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
TransformMesh (v1)
Transforms a mesh
Input(s) : Mesh [Intrinsic] - Output mesh Translate - Translation Rotate - Rotation Scale - Scale UniformScale - Uniform scale ScalePivot - Pivot for the scale bInvertTransformation - Invert the transformation
Output(s): Mesh [Passthrough] - Output mesh
Information
| Module | GeometryCollectionNodes |
| Category | Math|Transform |
| Type | FTransformMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| RotationOrder | Rotation Order | ERotationOrderEnum | Dataflow_RotationOrder_XYZ |
| RotatePivot | Pivot for the rotation | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDynamicMesh> | None |
| Translate | Translation | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Rotate | Rotation | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Scale | Scale | FVector | (X=1.000000,Y=1.000000,Z=1.000000) |
| UniformScale | Uniform scale | float | 1.000000 |
| RotatePivot | Pivot for the rotation | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| ScalePivot | Pivot for the scale | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| bInvertTransformation | Invert the transformation | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDynamicMesh> |