I’ve designed a UI, but now since I’m using an analog stick it seems I can only use Touch Interface, I can’t find any joystick function in UMG.
If I use Touch Interface, the Joystick won’t scale to different screen size and ratio like UMG does.
Anyone has a tip or a tutorial to link on how to implement a Joystick in UMG or to scale Touch Interface?
Seems like the best solution is obviously to use UMG due to the anchoring system, but then again how do we anchor and scale a Joystick from a Touch Interface?
Can import a Touch Interface in a UMG?
I see an Event Tick function, so if there’s a way to GET TOUCH COORD, I could have it listen and translate the results into 2 Floats.
Is there a node that “GET TOUCH COORD”?