FVector

Overload list

Windows
MacOS
Linux
Name Description

Public function

FVector()

Default constructor (no initialization).

Public function

FVector

(
    float InF
)

Constructor initializing all components to a single float value.

Public function

FVector

(
    const FVector4& V
)

Constructor using the XYZ components from a 4D vector.

Public function

FVector

(
    const FLinearColor& InColor
)

Constructs a vector from an FLinearColor.

Public function

FVector

(
    FIntVector InVector
)

Constructs a vector from an FIntVector.

Public function

FVector

(
    FIntPoint A
)

Constructs a vector from an FIntPoint.

Public function

FVector

(
    EForceInit
)

Constructor which initializes all components to zero.

Public function

FVector

(
    const FVector2D V,
    float InZ
)

Constructs a vector from an FVector2D and Z value.

Public function

FVector

(
    float InX,
    float InY,
    float InZ
)

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