unreal.Vector4d

class unreal.Vector4d

Bases: StructBase

A 4-D homogeneous vector. note: The full C++ class is located here: EngineSourceRuntimeCorePublicMathVector4.h

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • w (double): [Read-Write] W

  • x (double): [Read-Write] X

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

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