Hey @FrailWarbler515!
There’s nothing you’re showing here that would clear your array. A few extra bits of information that could be useful when looking for the problem:
Are the coins unique in any way?
Does one coin possibly have code on it the other 4 do not?
Is there any other code on the GameInstance that would check to see if the array is <4? Keep in mind- Arrays start at 0 so a LENGTH check would return 5 but the highest index would be 4- if you’re capping it somewhere that might be the issue.
See what you can find and let us know!