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 IsPointInBoxWithTransform_Box
&40;
FVector Point,
const FTransform & BoxWorldTransform,
FBox BoxExtent
&41;
Remarks
Determines whether a given point is in a box with a given transform. Includes points on the box. Whether the point is in the box.
Parameters
| Name | Description |
|---|---|
| Point | Point to test |
| BoxWorldTransform | Component-to-World transform of the box. |
| Box | Box to test agains in component space. |