FBox::IsInside

Checks whether the given location is inside this box.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Syntax

bool IsInside
(
    const FVector & In
) const

Remarks

Checks whether the given location is inside this box.

Returns

true if location is inside this volume.

Parameters

Parameter

Description

In

The location to test for inside the bounding volume.

See Also

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