FVector2

FVector2 structure

A float vector with two components.

public struct FVector2

Constructors

Name Description
FVector2(Vector2) Initializes a new instance of the FVector2.
FVector2(float, float) Initializes a new instance of the FVector2.

Methods

Name Description
Equals(FVector2) Check if two vectors are equal
override Equals(object) Check if two vectors are equal
override GetHashCode() Gets the hash code of this instance
override ToString() Returns a string that represents the FVector2
operator == == Operator overloading
explicit operator
operator != != Operator overloading
operator - - Operator overloading

Fields

Name Description
x The x component.
y The y component.

See Also