Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TIntRect
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include | #include "Math/IntRect.h" |
void GetCenterAndExtents
&40;
IntPointType & OutCenter,
IntPointType & OutExtent
&41; const
Remarks
Gets the Center and Extents of this rectangle.
Parameters
| Name | Description |
|---|---|
| OutCenter | Will contain the center point. |
| OutExtent | Will contain the extent. |