Array values not showing up

Int arrays are on the stack and are not passed via interfaces but duplicated, so you are probably not changing the original but a duplicate. You must activate Pass by reference in the interface to edit the original.