Description
MakeTorusMesh (v1)
Make a torus mesh
Input(s) : Origin - Torus will be translated so that center is at this point
Output(s): Mesh - Output mesh
Information
| Module | GeometryCollectionNodes |
| Category | Generators|Mesh |
| Type | FMakeTorusMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Radius1 | Radius of the profile | float | 4.000000 |
| ProfileVertexCount | Number of vertices on the profile | int32 | 12 |
| Radius2 | Radius of sweep curve | float | 10.000000 |
| SweepVertexCount | Number of vertices on the sweep curve | int32 | 12 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Origin | Torus will be translated so that center is at this point | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDynamicMesh> |