Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox
Description
Gets the center point of this box.
| Name | GetCenter |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
TVector < T > GetCenter() const
The center point.
See Also
-
GetCenterAndExtents
-
GetExtent
-
GetSize
-
GetVolume