FVector3.FVector3

FVector3(float, float, float)

Initializes a new instance of the FVector3.

public FVector3(float x, float y, float z)
ParameterTypeDescription
xSingleX component of the vector
ySingleY component of the vector
zSingleZ component of the vector

See Also


FVector3(Vector3)

Initializes a new instance of the FVector3.

public FVector3(Vector3 vec)
ParameterTypeDescription
vecVector3Vector3 in double type

See Also


FVector3(Vector4)

Initializes a new instance of the FVector4.

public FVector3(Vector4 vec)
ParameterTypeDescription
vecVector4Vector4 in double type

See Also