FVector2.FVector2

FVector2(float, float)

Initializes a new instance of the FVector2.

public FVector2(float x, float y)

See Also


FVector2(Vector2)

Initializes a new instance of the FVector2.

public FVector2(Vector2 vec)

See Also