I’m using the handheld AR template. My placeable is a statue, I would like the user to be able to make it as large as in real life or as small as a table figurine. However it seems in the app I can only increase or decrease the scale by 50%.
Another thing (less important), is it possible to make rotation much faster, i.e. ~90° for every two-finger swipe instead of the current ~30°?
Alright, I got it. If you go into BP_ARPawn, go to the part with the comment ‘Scale’ then double click on the big blue ‘Set Placeable Scale’ box (you can also just search for it) it will open a blueprint where you can change the scale clamps.
Same applies for rotation, open ‘Set Placeable Rotation’, on the right side of the blueprint there are two ‘-1’ values just after ‘Break Vector 2D’, change them both to -3 for 3x rotation speedup, worked for me anyway.