FBoxSphereBounds::FBoxSphereBounds

Creates and initializes a new instance from the given set of points.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/BoxSphereBounds.h"

Syntax

FBoxSphereBounds
(
    const FVector * Points,
    uint32 NumPoints
)

Remarks

Creates and initializes a new instance from the given set of points.

The sphere radius is taken from the extent of the box.

FBoxSphereBounds inline functions

Parameters

Parameter

Description

Points

The points to be considered for the bounding box.

NumPoints

Number of points in the Points array.

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