Inventory Discussion: Object Items vs. Actor Items

You’re in BPs right? I would check to see if the event that spawns the item is being replicated. The actor itself has replication but so does its variables. So if the item has a struct for item data or individual variables you want replicated, go to those and set them. But it sounds like you’re doing it the way I would.