Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include | #include "Math/Vector.h" |
TVector< T > ProjectOnTo
&40;
const TVector< T > & A
&41; const
Remarks
Gets a copy of this vector projected onto the input vector. Projected vector.
Parameters
| Name | Description |
|---|---|
| A | Vector to project onto, does not assume it is normalized. |