FVector4

FVector4 structure

A float vector with four components.

public struct FVector4

Constructors

NameDescription
FVector4(Color)Initializes a new instance of the FVector4.
FVector4(Vector3)Initializes a new instance of the FVector4.
FVector4(Vector4)Initializes a new instance of the FVector4.
FVector4(Vector3, float)Initializes a new instance of the FVector4.
FVector4(float, float, float)Initializes a new instance of the FVector4.
FVector4(float, float, float, float)Initializes a new instance of the FVector4.

Methods

NameDescription
override ToString()Returns a string that represents the FVector4
operator +Operator overloading for +
explicit operator
operator *Operator overloading for *
operator -Operator overloading for - (minus)

Fields

NameDescription
wThe w component.
xThe x component.
yThe y component.
zThe z component.

See Also