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 ProjectPointOnToPlane
&40;
FVector Point,
FVector PlaneBase,
FVector PlaneNormal
&41;
Remarks
Projects/snaps a point onto a plane defined by a point on the plane and a plane normal. Point projected onto the plane.
Parameters
Name | Description |
---|---|
Point | Point to project onto the plane. |
PlaneBase | A point on the plane. |
PlaneNormal | Normal of the plane. |