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_overload$2{#constructor_overload$2}

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

Result:


constructor_overload$3{#constructor_overload$3}

NameDescription
constructor_overload$3(vec)Initializes a new instance of the FVector4.

Result:


constructor_overload$4{#constructor_overload$4}

NameDescription
constructor_overload$4(vec)Initializes a new instance of the FVector4.

Result:


constructor_overload$5{#constructor_overload$5}

NameDescription
constructor_overload$5(vec, w)Initializes a new instance of the FVector4.

Result:


toString

NameDescription
toString()

Result: String