Hello, so I have an inventory system set up, I followed the tutorial by Unreal Engine (link: https://www.youtube.com/watch?v=r4tl...8sc7RP_-8eSr3i) so my code is the same
but I want the Inventory to be a hotbar meaning when an item is removed, all the items keep the same position, but they all shift down which isn't ideal for a hotbar as everything changes I have tried multiple things such as ReverseForEachLoop which I can't find and wouldn't work, Set Array Elem, ect. Perhaps I am doing it wrong or something. So how would I go about doing so, thank you in advance
but I want the Inventory to be a hotbar meaning when an item is removed, all the items keep the same position, but they all shift down which isn't ideal for a hotbar as everything changes I have tried multiple things such as ReverseForEachLoop which I can't find and wouldn't work, Set Array Elem, ect. Perhaps I am doing it wrong or something. So how would I go about doing so, thank you in advance
Comment