Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the result of addition to this bounding volume. | Math/Box2D.h | ||
| Gets the result of addition to this bounding volume. | Math/Box2D.h |
operator+(const TVector2< T > &)
Description
Gets the result of addition to this bounding volume.
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include Path | #include "Math/Box2D.h" |
TBox2 < T > operator+
(
const TVector2 < T > & Other
) const
A new bounding volume.
Parameters
| Name | Remarks |
|---|---|
| Other | The other point to add to this. |
operator+(const TBox2< T > &)
Description
Gets the result of addition to this bounding volume.
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include Path | #include "Math/Box2D.h" |
TBox2 < T > operator+
(
const TBox2 < T > & Other
) const
A new bounding volume.
Parameters
| Name | Remarks |
|---|---|
| Other | The other volume to add to this. |