FVector4 class

FVector4 class

A float vector with four components.

The FVector4 type exposes the following members:

Constructors

ConstructorDescription
__init__(self, x, y, z, w)Initializes a new instance of the FVector4.
__init__(self, x, y, z)Initializes a new instance of the FVector4.
__init__(self, vec)Initializes a new instance of the FVector4.
__init__(self, vec)Initializes a new instance of the FVector4.
__init__(self, vec, w)Initializes a new instance of the FVector4.
__init__(self)Constructs a new instance of FVector4

Properties

PropertyDescription
xThe x component.
yThe y component.
zThe z component.
wThe w component.

See Also