Hey!, I am a beginner with UE4 and I wondered if anyone could help me create a system that allowed my character to scroll through various weapons using the scroll wheel on the mouse.
(this is for a class project demo not a full videogame)
(I am working on version 4.27)
If any more information is needed just let me know and I’ll add my project details as soon as i can ^^
Make list of weapons in some array.
Detect scroll mouse event
read next/previous weapon from array,
destroy old one spawn new one attached to hand bone.