FVector2 constructor

init

Constructs a new instance of FVector2

def __init__(self):
    ...

init

Initializes a new instance of the FVector2.

def __init__(self, vec):
    ...
ParameterTypeDescription
vecVector2

init

Initializes a new instance of the FVector2.

def __init__(self, x, y):
    ...
ParameterTypeDescription
xfloat
yfloat

See Also