Enable disable mouse control by blueprint

You can manipulate the Mouse Cursor etc with these 3 bools that are available from the PlayerController Class(Blueprint). Where you exactly change them to FALSE is up to you. If you start your game by loading a new level, you could use the Event Begin Play node inside your LevelBlueprint to change them when the new Map starts.

1 Like