Struct FVector2

FVector2 structure

A float vector with two components.

public struct FVector2

Constructors

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

Methods

NameDescription
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
operator ==== Operator overloading
explicit operator
operator !=!= Operator overloading
operator ** operator overloading
operator -- Operator overloading

Fields

NameDescription
XThe x component.
YThe y component.

See Also