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 Clip
(
const TIntRect & R
)
Remarks
Clip a rectangle using the bounds of another rectangle.
Parameters
| Name | Description |
|---|---|
| Other | The other rectangle to clip against. |