Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
TBox< T > ShiftBy
&40;
const TVector< T > & Offset
&41; const
Remarks
Returns a box with its position shifted. A new bounding box.
Parameters
| Name | Description |
|---|---|
| Offset | The vector to shift the box by. |