unreal.IntVector

class unreal.IntVector(x=0, y=0, z=0)

Bases: unreal.StructBase

An integer vector in 3D space. 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)

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

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

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

property x

[Read-Write] X

Type

(int32)

property y

[Read-Write] Y

Type

(int32)

property z

[Read-Write] Z

Type

(int32)