Description
MakeCapsuleMesh (v1)
Make a capsule mesh
Output(s): Mesh - Output mesh
Information
| Module | GeometryCollectionNodes |
| Category | Generators|Mesh |
| Type | FMakeCapsuleMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Radius | Radius of capsule | float | 1.000000 |
| SegmentLength | Length of capsule line segment, so total height is SegmentLength + 2*Radius | float | 1.000000 |
| NumHemisphereArcSteps | Number of vertices along the 90-degree arc from the pole to edge of spherical cap. | int32 | 5 |
| NumCircleSteps | Number of vertices along each circle | int32 | 6 |
| NumSegmentSteps | Number of subdivisions lengthwise along the cylindrical section | int32 | 0 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDynamicMesh> |