np, hope it helps.
you can do this in any combination you like as well, just separate the handling by player index like you did above.
and actually, you don’t need that second input action, just go back into your project settings and where input for ‘Jump’ is, just click the ‘+’ sign to add another input to it and put your Xbox input there, then use the same node again, just replace ‘Jump2’ node you have with the other ‘Jump’ node. (this can be done with mouse and any device you hook up, try it out.)(I think a good example for you to look at would be how the 1st person Project handles input in the MyCharacter BP when you create a 1st Person Project check it out. probably can find it by searching docs as well.)