FIntRect::Inner

Gets a new rectangle from the inner of this one.

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

FIntRect Inner
(
    FIntPoint Shrink
) const

Remarks

Gets a new rectangle from the inner of this one.

Returns

New inner Rectangle.

Parameters

Parameter

Description

Shrink

How much to remove from each point of this rectangle.