How to disable crosshair on main menu?

Look at the title please. And i want it only to be disabled in the main menu.

That will depend on how you are drawing the crosshair. If it’s something that is done onTick, you can place a Branch node and control it with a boolean value, or use a Custom Event to open/close a Gate instead.

If you’re using a widget, it’s a matter of hiding it. Hard to advise without knowing the following:

  • how are you drawing the crosshair
  • where are you drawing the the crosshair
  • how do you access the main menu