FIntRect::Include

Adds to this rectangle to include a given point.

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 Include
(
    FIntPoint Point
)

Remarks

Adds to this rectangle to include a given point.

Parameters

Parameter

Description

Point

The point to increase the rectangle to.