Navigation
BlueprintAPI > BlueprintAPI/Spline
Given a threshold, returns a list of vertices along the spline that, treated as a list of segments (polyline), matches the spline shape. Also fills a list of corresponding distances along the spline for each point.
Target is Spline Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| enum | Coordinate Space | |
| real | Max Square Distance from Spline |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| vector | Out Points | |
| real | Out Distances Along Spline | |
| boolean | Return Value |