FBoxSphereBounds::operator+

Constructs a bounding volume containing both this and B.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/BoxSphereBounds.h"

Syntax

FBoxSphereBounds operator+
(
    const FBoxSphereBounds & Other
) const

Remarks

Constructs a bounding volume containing both this and B.

Returns

The combined bounding volume.

Parameters

Parameter

Description

Other

The other 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