Navigation
BlueprintAPI > BlueprintAPI/Spline
Given a threshold, returns a list of vertices along the spline segment that, treated as a list of segments (polyline), matches the spline shape.
Target is Spline Component
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| integer | Spline Point Start Index | |
| enum | Coordinate Space | |
| real | Max Square Distance from Spline |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Out Points | |
| boolean | Return Value |