unreal.ARTrackedQRCode

class unreal.ARTrackedQRCode(outer: Object | None = None, name: Name | str = 'None')

Bases: ARTrackedImage

ARTracked QRCode

C++ Source:

  • Module: AugmentedReality

  • File: ARTrackable.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • unique_id (Guid): [Read-Write]

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

property qr_code: str

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

Type:

(str)

property version: int

[Read-Only] The version of the qr code

Type:

(int32)