unreal.Vector4f

class unreal.Vector4f

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

  • x (float): [Read-Write]

  • y (float): [Read-Write]

  • z (float): [Read-Write]