FIntRect::InflateRect

Inflates or deflates the 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 InflateRect
(
    int32 Amount
)

Remarks

Inflates or deflates the rectangle.

Parameters

Parameter

Description

Amount

The amount to inflate or deflate the rectangle on each side.