FBox2D::IsInside

Checks whether the given point is inside this box.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Box2D.h

Include

#include "Math/Box2D.h"

Syntax

bool IsInside
(
    const FVector2D & TestPoint
) const

Remarks

Checks whether the given point is inside this box.

Returns

true if the point is inside this box, otherwise false.

Parameters

Parameter

Description

Point

The point to test.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss