FIntRect::Include

Adds to this rectangle to include a given point.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss