Activate QR Scanner in App

Hello all,

After some researching, I found that most QR related posts are about generating a code and/or using ARkit/core.
I’m wondering if it is possible to activate a QR scanner while in game, and after the scan completes, it triggers an even tin game.
If anyone’s used Line before, I’m looking for something similar.

instead of opening a link, I just want the scan result to unhide an actor in game.

I know it is a little bit late, but according my believe that you use android, I would reccomend to

read this blog post → UE4 - Making a Android Plugin in 10 minutes - Isara Tech.

and teach yourself in android intents and manipulating the ue4 Android-XML.

With this you could open other apps (if they have a interface for this), and if they also have an interface to share the content of the qr code you could catch this.

Hope it helps.

Hi, did you find any solution? I just need to scan a QR (to read a simple string) inside an android/ios app. are there any available plugins or anything?

Thanks!