hello when I launch my game in package the pc does not take the focus of the game even with the Node “set input game only” the taskbar remains visible and I have to click on the game to take the focus
I’m in 5.5.4
Thank you
hello when I launch my game in package the pc does not take the focus of the game even with the Node “set input game only” the taskbar remains visible and I have to click on the game to take the focus
I’m in 5.5.4
Thank you
Hey @Briocheman76!
This is something with really only one solution I can find, and it’s the “Set Input Game Only.” Can you show how you’re doing that? It could be that the code isn’t set up correctly, or it isn’t getting called in the first place.
Get us some pics of your code and we’ll circle back!
Here’s my code
Right, so you’re not using “Set Input Mode Game Only.”
Try putting that node in, it could even be before the “Set Input Mode UI Only” so you still get the input mode you want, the point is window focus here and for some reason that one won’t do it.
Ok, good to know, that’s a step in the right direction, because if it’s doing neither it may not be running at all.
Where is this code located?
Is it possibly on something that isn’t being spawned?
Try throwing in a printstring or two to confirm that this code is running at all!
I decided to come back to a 5.4 project and I have the same problem
That likely signals that it is a problem with the layout or location of the code, not an issue with UE5.
Did you try all of the suggestions? Bring pics please!
@Briocheman76 Did you get it figured out? Let us know what you did if so!