Navigation
BlueprintAPI > BlueprintAPI/PolylineData
Get the input key at a distance along the line. InputKey is a float value in [0, N], where N is the number of control points. Each range [i, i+1] represents an interpolation from 0 to 1 across spline segment i.
Target is PCGPoly Line Data
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| integer | Segment Index | |
| real | Distance |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value |