Unreal Engine Blueprint API Reference > Math > Vector
Projects/snaps a point onto a plane defined by a point on the plane and a plane normal.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | Point | Point to project onto the plane. |
vector | Plane Base | A point on the plane. |
vector | Plane Normal | Normal of the plane. |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | Point projected onto the plane. |