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/Private/KismetMathLibrary.cpp |
static FPlane MakePlaneFromPointAndNormal
&40;
FVector Point,
FVector Normal
&41;
Remarks
Plane functions. Creates a plane with a facing direction of Normal at the given Point Plane instance
Parameters
| Name | Description |
|---|---|
| Point | A point on the plane |
| Normal | The Normal of the plane at Point |