ARTrackableNotify component don't dispatch anything

I’m investigating AR (using ARCore) in UE4 and have simple project which relocates primitives in tracked image location. I’m trying to catch new tracked images in “adequate” way, using ARTrackableNotify delegate methods. But none of its methods get ever called. I tried everything I can imagine:

  • Starting AR session before and after component creation
  • Override delegate method as event in BP
  • Bind to delegate method in BP

And nothing helped me with getting it working. Does someone face same problems?

Oh, nevermind. After properly investigations, I learned that there is a little support of ARCore module in comparison to ARKit. So, most of features just not implemented yet for ARCore.