Hello,
unreal newbie here!I I try create Third Person RPG with WoWlike control. Now when i dont hold any button i have normal mouse cursor. When i hold left button and move mouse cursor is hidden and camera rotate around player. When right button is hold and move with mouse cursor is hidden and player character rotate. This work fine but if i try add a widget like action bar my problem pops up.
I want disable mouse input when mouse cursor is over the action bar so character or camera dont rotate when hold mouse button and move with mouse.
I try use on mouse enter > set input to UI only and when mouse leave > set input to Game and UI but now when my mouse is over actionbar a havnt keyboard input so i cant run etc.
I try use boolen for mouse enter and leave but when mouse is over the widget and i press mouse button boolen is set to leave.
Can someone help me please?