In this episode, I am going to add an inventory to my character. This inventory will keep all the details about the resources collected by the character including arrows, elements, raw materials...etc. The resource amount will be kept in a map or a dictionary data structure in unreal blueprints where the value can be accessed by a key represent the resource type.