i identify the image by arcore ,i just want to spawn an object to the location
spawn any actor to the world location of the picture that identify by the arcoreargumentimage
by casting to the arcoreargumentimage image matches
i identify the image by arcore ,i just want to spawn an object to the location
spawn any actor to the world location of the picture that identify by the arcoreargumentimage
by casting to the arcoreargumentimage image matches
continue with “Get image Name” (returns string) or “Get image index” if you prefer an int.
See picture.
Tip: don’t put this in Event Tick. Use a “Timer by Event”. Checking every 0.25 or so seconds does not change the user experience, but performance will make a different if 60 times per second or only 4 times a second. If it does not need to check for images again, stop the timer with “clear timer by handle”.
Cheers!
thank you