Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include | #include "Math/UnrealMathUtility.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/Box.h |
template<typename FReal>
static bool PointBoxIntersection
(
const UE::Math::TVector < FReal > & Point,
const UE::Math::TBox < FReal > & Box
)
Remarks
Determines whether a point is inside a box.
FMath inline functions