FSlateRect::ScaleBy

Return a rectangle that is scaled by the amount specified.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h

Include

#include "Layout/SlateRect.h"

Syntax

FSlateRect ScaleBy
(
    float ScaleBy
) const

Remarks

Return a rectangle that is scaled by the amount specified.

Returns

An scaled rectangle.

Parameters

Parameter

Description

ScaleBy

The amount to scale the geometry.

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