CodeLikeMe
patreon
Unreal Inventory System - Resource Gathering - UE4 Tutorials #198
🕑 Added 2019-08-06 13:45:40 +0000 UTCIn 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.