FVector4.FVector4

FVector4(float, float, float, float)

Initializes a new instance of the FVector4.

public FVector4(float x, float y, float z, float w)

See Also


FVector4(float, float, float)

Initializes a new instance of the FVector4.

public FVector4(float x, float y, float z)

See Also


FVector4(Vector4)

Initializes a new instance of the FVector4.

public FVector4(Vector4 vec)

See Also


FVector4(Vector3)

Initializes a new instance of the FVector4.

public FVector4(Vector3 vec)

See Also


FVector4(Vector3, float)

Initializes a new instance of the FVector4.

public FVector4(Vector3 vec, float w)

See Also