Project Onto Plane
PureProjectOntoPlaneProjects a vector onto a plane defined by its normal, removing the component along the normal.
Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Vector | FVector | — | Vector parameter |
| PlaneNormal | FVector | — | PlaneNormal parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
Example Use Cases
Example 1
Get a character's movement direction along a slope.
Example 2
Flatten a velocity vector to the horizontal plane.