I"m looking to make a an Inventory cycle like Hitman 2 where the weapons cycle

I want to make an inventory system for a game similar to Hitman 2 where the weapons cycle when your press the arrow keys. Theirs plenty of tutorials for weapon wheels and inventory systems but nothing quite like the one below. Especially the way the same weapons pops back up if you only have for example 2 and you can just repeat the cycle. Thanks for your time.

Well, you can make a UI blueprint. Or using a first person Hud blueprint you can draw images directly on the screen. You can even use Blueprint to have UI elements move. You can have a Boolean checking if a UI element is moved and you can change your actors weapons accordingly. I don’t know the nitty gritty on animating UI, but there are some good sources out there if your not quite sure how to animate UI elements.