FBox2D::operator+=

Adds to this bounding box to include a given point.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box2D.h"

Syntax

FBox2D & operator+=
(
    const FVector2D & Other
)

Remarks

Adds to this bounding box to include a given point.

FBox2D inline functions

Returns

Reference to this bounding box after resizing to include the other point.

Parameters

Parameter

Description

Other

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