unreal.MagicLeapImageTargetUnreliableTracking

class unreal.MagicLeapImageTargetUnreliableTracking(*args, **kwargs)

Bases: unreal.DelegateBase

Delegate used to notify the instigating blueprint that the target image’s location has become unrealiable.

Parameters
  • last_tracked_location (Vector) – The last reliable location of the target image.

  • last_tracked_rotation (Rotator) – The last reliable rotation of the target image.

  • new_unreliable_location (Vector) – The new location of the target image (which may or may not be accurate).

  • new_unreliable_rotation (Rotator) – The new rotation of the target image (which may or may not be accurate).

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeapImageTracker

  • File: MagicLeapImageTrackerTypes.h