Hello Community! So I followed a Tutorial online posted by Ryan Laley about how to create a building system. The system he has created uses data table and such and he has a inventory that show current resources. Later on he also made a blueprint that stores Copper overtime which the player later can go and collect it. The difference I want to make is that I want to make the blueprint constantly add copper to the character instead of having to go to the actor and get it. The second change I want to do is to have the amount shown at all times in the main HUD. Thank you for your answer i really appreciate
The first pic is of the parent actor blueprint and the second is the child which mines copper
The third is for the inventory text and fourth is the function to add to component
And that’s pretty much it as far as the request in the description is concerned. Instead of the copper int, use the snazzyAdd Item map function which is neat if you have more than 1 resource to handle.