Navigation
BlueprintAPI > BlueprintAPI/Spline
Given a threshold and a start and end distance range, returns a list of vertices along the spline that, treated as a list of segments (polyline), matches the spline shape in that range. 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 | |
| real | Start Dist Along Spline | |
| real | End Dist Along Spline | |
| boolean | Allow Wrapping if Closed |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| vector | Out Points | |
| real | Out Distances Along Spline | |
| boolean | Return Value |