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" |
TIntRect operator*
(
IntType Scale
) const
Remarks
Gets the result of scaling on this rectangle. New scaled rectangle.
Parameters
| Name | Description |
|---|---|
| Scale | What to multiply this rectangle by. |