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
ScatterMeshes (v1)
Copies the same mesh with scale onto points
Input(s) : Points [Intrinsic] - Points to copy meshes onto MeshToCopy [Intrinsic] - Mesh to copy onto points
Output(s): Mesh - merged result mesh Meshes - Result meshes as individual ones
Information
| Module | GeometryCollectionNodes |
| Category | Mesh|Utilities |
| Type | FMeshCopyToPointsDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Scale | Scale applied to the mesh | float | 1.000000 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Points | Points to copy meshes onto | TArray<FVector> | |
| MeshToCopy | Mesh to copy onto points | TObjectPtr<UDynamicMesh> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | merged result mesh | TObjectPtr<UDynamicMesh> | |
| Meshes | Result meshes as individual ones | TArray<TObjectPtr<UDynamicMesh>> |