unreal.ARTrackedQRCode

class unreal.ARTrackedQRCode(outer=None, name='None')

Bases: unreal.ARTrackedImage

ARTracked QRCode

C++ Source:

  • Module: AugmentedReality

  • File: ARTrackable.h

Editor Properties: (see get_editor_property/set_editor_property)

  • qr_code (str): [Read-Write] QRCode: The encoded information in the qr code

  • unique_id (Guid): [Read-Write] Unique Id

  • version (int32): [Read-Write] Version: The version of the qr code

property qr_code

[Read-Only] QRCode: The encoded information in the qr code

Type

(str)

property version

[Read-Only] Version: The version of the qr code

Type

(int32)