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