Getting the direction that the thumbstick is pointing to on mobile when the player's speed is 0?

When getting the angle that the thumbstick points to, you usually need to GetMoveVector() from the control module. However, this move vector needs the player to move (speed not 0) for a direction to be obtained. If I want to set the player’s speed to 0, is there any other way to get the angle at which the thumbstick is pointed for mobile players?

Whoops, nevermind. I was thinking that MoveVector was relative to the camera so I thought it doesn’t work since I turned the camera angle and tried again but got the same results.