Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Gets a copy of this vector projected onto the input vector, which is assumed to be unit length.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | V | |
| vector | In Normal | Vector to project onto (assumed to be unit length). |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Return Value | Projected vector. |