Struct FVector4

FVector4 structure

A float vector with four components.

public struct FVector4

Constructors

NameDescription
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