[Tutorial] UE4 using Dualshock4 controller (via USB, PS4 DS4 Gamepad)

If you look at the value given from Axis 5 for DPad, you can quickly calculate what button on the DPad you are pressing. If you press the “Up” button on the DPad the value is 0. And if you go clockvise then the value goes from 0 - 1. (This is on the DS4)

In the blueprint you can see that I just print the direction of which button is pressed.