Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox > API/Runtime/Core/Math/TBox/ExpandBy
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
TBox < T > ExpandBy
(
T W
) const
Remarks
Returns a box of increased size. A new bounding box.
Parameters
| Name | Description |
|---|---|
| W | The size to increase the volume by. |