Hi,
Summary:
If I add a “Event Begin Play” node to my existing GameState, all input stops working.
Details:
(Project: Multiplayer FPS in Blueprints)
Normally all controls for multiple players work fine. I can Alt-tab between windows and can use the mouse and keyboard to control the menus and directional input etc. As soon as I add the single Begin Play node into the GameState, none of these things work! No mouse or keyboard!
NOTE: In looking for answers I noted that I should check the parent of the GameState and compare to the parent of the GameMode. They both derive from a homemade “BP_GameState/Mode_Base”, and they derive from Game State and Game Mode respectively.
Is there something I’m doing wrong here?
thanks,
llll_Sabre_llll