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/Private/KismetMathLibrary.cpp |
static bool IsPointInBox
&40;
FVector Point,
FVector BoxOrigin,
FVector BoxExtent
&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 |
BoxOrigin | Origin of the box |
BoxExtent | Extents of the box (distance in each axis from origin) |