Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshSampling
Compute a 'uniform random' (not 'uniform spacing') point sampling over the mesh surface
Target is Geometry Script Library Mesh Sampling Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| integer | Num Samples | |
| integer | Random Seed |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| transform | Samples | |
| struct | Triangle IDs | |
| object | Target Mesh |