unreal.Vector3f

class unreal.Vector3f(x: float = 0.0, y: float = 0.0, z: float = 0.0)

Bases: StructBase

A point or direction FVector in 3d space. note: The full C++ class is located here: EngineSourceRuntimeCorePublicMathVector.h

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • x (float): [Read-Write]

  • y (float): [Read-Write]

  • z (float): [Read-Write]

property x: float

[Read-Write]

Type:

(float)

property y: float

[Read-Write]

Type:

(float)

property z: float

[Read-Write]

Type:

(float)