Greetings everyone,
I’m trying to develop a virtual environment for my thesis
I created a WebBrowser Widget Pop Up, that’s supposed to pop up on overlap with a cube
The character at first was not stopping running, so I created a Disable Movement node for that;
But the character of course wont start moving after I close this WebBrowser Widget
And I have been trying various nodes to make it start moving
I tried using Remove from Parent, Get Player Controller, Set Input Mode Game Only, Get Player Character, Cast to BP_ThirdPersonCharacter, Get Character Movement, Set Movement Mode, and Enable Input nodes in various combinations inside the widget blueprint, wiring execution and object pins as appropriate, but none of these restored character movement after the widget was closed. I’m able to look around holding down the left mouse button only.
Any suggestions anyone?
Things that are simple are usually the hardest
Thanks in advance,
Eren