POV hat for T.flight hotas?

example:

currentPlayerController->WasInputKeyJustPressed(EKeys::E)

OnKeyDown is really only relevant for UMG overrides - but you can totally use it to find out what the EKeys values of the hat are supposed to be called…
Just set up umg and override the input.
something like