Navigation
Unreal Engine C++ API Reference > 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 ProjectVectorOnToPlane
&40;
FVector V,
FVector PlaneNormal
&41;
Remarks
Projects a vector onto a plane defined by a normalized vector (PlaneNormal). Vector projected onto the plane.
Parameters
Name | Description |
---|---|
V | Vector to project onto the plane. |
PlaneNormal | Normal of the plane. |