Description
SpheresToMesh (v1)
Convert a TArray
Input(s) : Spheres [Intrinsic] - Array of spheres to convert to a mesh/meshes
Output(s): Mesh - Single mesh aggregating all the spheres together Meshes - Array of meshes for each spheres found
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Mesh |
| Type | FSpheresToMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| VerticesAlongEachSide | Number of vertices to use along each axis when creating a mesh for each sphere | int32 | 4 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Spheres | Array of spheres to convert to a mesh/meshes | TArray<FSphere> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Single mesh aggregating all the spheres together | TObjectPtr<UDynamicMesh> | |
| Meshes | Array of meshes for each spheres found | TArray<TObjectPtr<UDynamicMesh>> |