FScale2D

Overload list

Windows
MacOS
Linux
Name Description

Public function

FScale2D()

  1. initialize to an identity scale, 1.0.

Public function

FScale2D

(
    float InScale
)

  1. initialize from a uniform scale.

Public function

FScale2D

(
    const FVector2D& InScale
)

  1. initialize from an FVector defining the 3D scale.

Public function

FScale2D

(
    float InScaleX,
    float InScaleY
)

  1. initialize from a non-uniform scale.

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