FVector3 constructor

init

Constructs a new instance of FVector3

def __init__(self):
    ...

init

Initializes a new instance of the FVector3.

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

init

Initializes a new instance of the FVector4.

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

init

Initializes a new instance of the FVector3.

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

See Also