Description
MakeDiscMesh (v1)
Make a disc mesh
Output(s): Mesh - Output mesh
Information
| Module | GeometryCollectionNodes |
| Category | Generators|Mesh |
| Type | FMakeDiscMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Radius | Radius | float | 1.000000 |
| Normal | Normal vector of all vertices will be set to this value. Default is +Z axis. | FVector | (X=0.000000,Y=0.000000,Z=1.000000) |
| AngleSamples | Number of vertices around circumference | int32 | 12 |
| RadialSamples | Number of vertices along radial spokes | int32 | 2 |
| StartAngle | Start of angle range spanned by disc, in degrees | float | 0.000000 |
| EndAngle | End of angle range spanned by disc, in degrees | float | 360.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDynamicMesh> |