FIntRect::Clip

Clip a rectangle using the bounds of another rectangle.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/IntRect.h

Include

#include "Math/IntRect.h"

Syntax

void Clip
(
    const FIntRect & Other
)

Remarks

Clip a rectangle using the bounds of another rectangle.

Parameters

Parameter

Description

Other

The other rectangle to clip against.