FVector4

Overload list

Windows
MacOS
Linux
Name Description

Public function

FVector4

(
    const FLinearColor& InColor
)

Creates and initializes a new vector from a color value.

Public function

FVector4

(
    const FIntVector4& InVector
)

Creates and initializes a new vector from an int vector value.

Public function

FVector4

(
    EForceInit
)

Creates and initializes a new vector to zero.

Public function

FVector4

(
    const FVector& InVector,
    float InW
)

Constructor.

FVector4 inline functions

Public function

FVector4

(
    FVector2D InXY,
    FVector2D InZW
)

Creates and initializes a new vector from the specified 2D vectors.

Public function

FVector4

(
    float InX,
    float InY,
    float InZ,
    float InW
)

Creates and initializes a new vector from the specified components.

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