FSphere::IsInside

Checks whether the given location is inside this sphere.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Sphere.h"

Syntax

bool IsInside
(
    const FVector & In,
    float Tolerance
) const

Remarks

Checks whether the given location is inside this sphere.

Returns

true if location is inside this volume.

Parameters

Parameter

Description

In

The location to test for inside the bounding volume.

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