ARCore 1.2 crash with Augmented Images

Using Arcore 4.19 build from source
link:https://github.com/google-ar-unreal/UnrealEngine
create a blank Blueprint project
create a GoogleArcoreSession and AugmentedImage data assets
initialize the ARcoreSession in Blueprint

Deploy fine on device like that but crash when augmented image data asset is added

Help would be appreciated!

Also having issue like this. on 4.20 build.

Same issue here - any help epic?

This is coming up to a month old. Bump for any assistance?

I am having a same issue with 4.20.

Same problem here

This is 2 month old issue and its still not been fixed. Issue has been fixed on source version of plugin. Please update the plugin in the next point release.

Even their sample project, the one that puts picture frames around pictures crashes the moment you try to enter AR mode. Something about trying to access Array slot 0 in 0 size array, then shuts off.
Using 4.20.2 and arcore 1.2.1

any news?

From what I found the array of pictures stored is being returned as 0 elements. The blueprint should check first before attempting to access any elements from it…thats why it crashes.

I forgot to add… thats when using the Start ARSession. If you use the Start ARCore Session node the app will close the moment that node is executed.