Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static FVector Vector_ProjectOnToNormal
&40;
FVector V,
FVector InNormal
&41;
Remarks
Gets a copy of this vector projected onto the input vector, which is assumed to be unit length. Projected vector.
Parameters
| Name | Description |
|---|---|
| InNormal | Vector to project onto (assumed to be unit length). |