unreal.MagicLeapARPinUpdatedDelegate

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

Bases: unreal.DelegateBase

Delegate to report updates in ARPins

Parameters
  • added (Array(Guid)) – List of ARPin IDs that were added

  • updated (Array(Guid)) – List of ARPin IDs that were updated. Whether a pin is considered updated is determined by whehter any of its state parameters changed a specified delta. The delta thresholds can be set in Project Settings > MagicLeapARPin Plugin

  • deleted (Array(Guid)) – List of ARPin IDs deleted

C++ Source:

  • Plugin: MagicLeapPassableWorld

  • Module: MagicLeapARPin

  • File: MagicLeapARPinTypes.h