FVector2D

Overload list

Windows
MacOS
Linux
Name Description

Public function

FVector2D()

Default constructor (no initialization).

Public function

FVector2D

(
    float InF
)

Constructor initializing both components to a single float value.

Public function

FVector2D

(
    FIntPoint InPos
)

Constructs a vector from an FIntPoint.

Public function

FVector2D

(
    EForceInit
)

Constructor which initializes all components to zero.

Public function

FVector2D

(
    ENoInit
)

Constructor that does not initialize. More explicit than the default constructor.

Public function

FVector2D

(
    const FVector& V
)

Constructs a vector from an FVector.

Public function

FVector2D

(
    const FVector4& V
)

Constructs a vector from an FVector4.

Public function

FVector2D

(
    float InX,
    float InY
)

Constructor using initial values for each component.

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