My current set up - is on begin play → checks my character’s inventory - which has been saved to a savegameBP → gets all actors of pickup class → checks names to see if any of them match my character’s inventory items → if they do → Destroy item
Is this the right way to do this for items that are placed in the world as pickups after they have been picked up?
Does anyone have any experience with this because all the tutorials I’ve seen - the character’s info get’s saved but not too many have info on whether or not something Should exist in the game?
Should I have an item spawnerBP maybe? To have it so that “if Item exists in inventory do not spawn item” Because all ive been doing is placing the items in the world.