BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Projects a vector onto a plane defined by a normalized vector (PlaneNormal).
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | V | Vector to project onto the plane. |
vector | Plane Normal | Normal of the plane. |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | Vector projected onto the plane. |