unreal.Vector3d

class unreal.Vector3d

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 (double): [Read-Write]

  • y (double): [Read-Write]

  • z (double): [Read-Write]