Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns a box of increased size. | Math/Box.h | ||
| Returns a box of increased size. | Math/Box.h | ||
| Returns a box of increased size. | Math/Box.h |
ExpandBy(T)
Description
Returns a box of increased size.
| Name | ExpandBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
TBox < T > ExpandBy
(
T W
) const
A new bounding box.
Parameters
| Name | Remarks |
|---|---|
| W | The size to increase the volume by. |
ExpandBy(const TVector< T > &)
Description
Returns a box of increased size.
| Name | ExpandBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
TBox < T > ExpandBy
(
const TVector < T > & V
) const
A new bounding box.
Parameters
| Name | Remarks |
|---|---|
| V | The size to increase the volume by. |
ExpandBy(const TVector< T > &, const TVector< T > &)
Description
Returns a box of increased size.
| Name | ExpandBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
TBox < T > ExpandBy
(
const TVector < T > & Neg,
const TVector < T > & Pos
) const
A new bounding box.
Parameters
| Name | Remarks |
|---|---|
| Neg | The size to increase the volume by in the negative direction (positive values move the bounds outwards) |
| Pos | The size to increase the volume by in the positive direction (positive values move the bounds outwards) |