Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include | #include "Math/Box2D.h" |
TBox2 < T > ShiftBy
(
const TVector2 < T > & Offset
) const
Remarks
Shift bounding box position. A new shifted bounding box.
Parameters
| Name | Description |
|---|---|
| The | offset vector to shift by. |