unreal.Vector3f

class unreal.Vector3f

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] X

  • y (float): [Read-Write] Y

  • z (float): [Read-Write] Z