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 > MoveTo
&40;
const TVector< T > & Destination
&41; const
Remarks
Returns a box with its center moved to the new destination. A new bounding box.
Parameters
| Name | Description |
|---|---|
| Destination | The destination point to move center of box to. |