FBoxSphereBounds::FBoxSphereBounds

Creates and initializes a new instance from the given Box and Sphere.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/BoxSphereBounds.h"

Syntax

FBoxSphereBounds
(
    const FBox & Box,
    const FSphere & Sphere
)

Remarks

Creates and initializes a new instance from the given Box and Sphere.

Parameters

Parameter

Description

Box

The bounding box.

Sphere

The bounding sphere.

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