Pickup Actor


BP_PickupActor is a class that player can interact with.
It stores items that can be gathered.

Whenever character drops an item using DropItem function from InventoryComponent, it checks if there is any PickupActor nearby, if there is, dropped item is added to it, otherwise new PickupActor is being spawned in front of the player.