FSphere::operator+=

Adds to this bounding box to include a new bounding volume.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Sphere.h"

Source

/Engine/Source/Runtime/Core/Private/Math/Sphere.cpp

Syntax

FSphere & operator+=
(
    const FSphere & Other
)

Remarks

Adds to this bounding box to include a new bounding volume.

Returns

Reference to this bounding volume after resizing to include the other bounding volume.

Parameters

Parameter

Description

Other

the bounding volume to increase the bounding volume to.

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