Unreal Engine Blueprint API Reference > Math > Vector
Find the closest point on a segment to a given point.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | Point | Point for which we find the closest point on the segment. |
vector | Segment Start | Start of the segment. |
vector | Segment End | End of the segment. |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | The closest point on the segment to the given point. |