FVector4

FVector4 class

A float vector with four components.

Properties

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

Methods

constructor

NameDescription
constructor()

Result:


constructor_overload

NameDescription
constructor_overload(x, y, z, w)Initializes a new instance of the FVector4.

Result:


constructor_overload2

NameDescription
constructor_overload2(x, y, z)Initializes a new instance of the FVector4.

Result:


constructor_overload3

NameDescription
constructor_overload3(vec)Initializes a new instance of the FVector4.

Result:


constructor_overload4

NameDescription
constructor_overload4(vec)Initializes a new instance of the FVector4.

Result:


constructor_overload5

NameDescription
constructor_overload5(vec, w)Initializes a new instance of the FVector4.

Result:


toString

NameDescription
toString()

Result: String