unreal.IntVector4

class unreal.IntVector4(x: int = 0, y: int = 0, z: int = 0, w: int = 0)

Bases: StructBase

An integer vector in 4D space. note: The full C++ class is located here: EngineSourceRuntimeCorePublicMathIntVector.h

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

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

property w: int

[Read-Write] W

Type:

(int32)

property x: int

[Read-Write] X

Type:

(int32)

property y: int

[Read-Write] Y

Type:

(int32)

property z: int

[Read-Write] Z

Type:

(int32)