I want to add a rotation when I press the button “Q” while the item is picked up but I have trouble connecting the pick up with a rotation function.
The rotation should only be on the “Z” axis and it should work with walking and jumping just like the pickup function works.
I thought I simply can add an “If key “Q” is pressed, move pickedUpObject z + 10” for example.
But I don’t know how to connect another event after the “Grab Component at Location”.
I am new to unreal and every tutorial I saw was with mouse movent and more like an inspector type or rotation and also a complicated logic on the pickup, so I would be glad if anyone could help me out with my example.