Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TIntPoint
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include | #include "Math/IntPoint.h" |
TIntPoint operator+
(
const TIntPoint & Other
) const
Remarks
Get the result of addition on this point. A new combined int point.
Parameters
| Name | Description |
|---|---|
| Other | The other point to add to this. |