Spawn a random Item without repeating

If I’m not mistaken, you have your class array variable type set up as Red Berry. That actually needs to be a class reference to Actor or Pawn or whatever your berry actors are. So if they’re just regular actors in this case, you need to change your array of “Class”. Change it’s “Variable Type” to “Actor” and then choose class. That should solve your problem I think.