unreal.MagicLeapImageTargetReliableTracking

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

Bases: unreal.DelegateBase

Delegate used to notify the instigating blueprint that the target image’s location/rotation has changed.

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

  • new_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