I want to create a Player UI for My Server to Show up. Server Infos and Stuff.
Its working good for now, but is there any Function to turn off the “Mouse Click Punshing” if iam using the Interface ? Because it has several Pages with Buttons to klick. And anytime i click that button. The Player Punshes in the Air
Still punshes in the air will use my Mouse.
And my 2nd issue. if i hit the hotkey twice its open a 2nd Widget over it. how to check about it and prevent opening if its allrady opend ?
I find out that it only changes the Input, if i clicked a button so i just forgot to set the input to UI at the Buttons to. Now its working and my only issue is to check if the wdiget is allardy open and prevent from open twice.
GameMode can only be be accessed on the server side. Widgets exist only on the client. A buff is a nice way to circumvent this. Please hop in on the thread where we are currently working on loading information from .ini files and passing it to multiple widgets:
Is it possible to open the Widget/UI with a Item? Lets say i create an item and if i use it its open the widget. Because only new players can use my UI right now because my “Old” players have the old pawn and canot open the Widget.
Yes. You can do it with a weapon by enabling input, or with an item by using the on use function (I believe that’s client side). Do not create the widget on the server.