FIntRect::Bottom

Creates a rectangle from the bottom part of this 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

FIntRect Bottom
(
    int32 InHeight
) const

Remarks

Creates a rectangle from the bottom part of this rectangle.

Returns

The new rectangle.

Parameters

Parameter

Description

InHeight

Height of the new rectangle (<= rectangles original height).