I already make a pause menu and I control with my mouse. However, I want it to be used with a Xbox 360 controller : using Joystick/ D-pad to move up/down. However, I’ve not any idea how to do this, despite the fact that since the 4.6 version, it is possible to use joystick to navigate in the UI. Is anyone got a clue ?
I don’t know how you are displaying your widgets but I’m assuming you are using a HUD. Mine is called MyHUD. In the MyHUD blueprint create a boolean called IsPaused and an Object Reference for the widget. Name it HUD MENU VAR.
Forgot to say when you create your custom events, be sure to add an input and make it and Object Reference to MyHUD (that’s what that New Param thing is)
Sorry for taking a lot of time to show me this, but it doesn’t resolve my problem. You see, my buttons needs to be selected, just as it does with my mouse, but this time with 360 controller.
Drawing a line is not the same thing as selecting buttons with a controller. :-/
In your character blueprint or level blueprint make a Gampad Face Button Bottom Event
Sequence (Each Then will be a different option)
From then 0 make a branch
Get HUD REF to Get HUD Menu VAR to Get Selector Number to Float = Float (= to 0)
Plug into the condition.
From True do whatever you want.