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 bool IsPointInBox_Box
&40;
FVector Point,
FBox Box
&41;
Remarks
Determines whether the given point is in a box. Includes points on the box. Whether the point is in the box.
Parameters
| Name | Description |
|---|---|
| Point | Point to test |
| Box | Box to test against |