I have a question about how I created a magazine inventory system where I can enter a magazine for a type of weapon, for example a rifle. It understands the location very well. The magazine is attached within a certain range and the total number of magazines and bullets is recorded. If the magazine is removed, it is detached properly and these things are controlled in a collision box. I created a condition for removal that if the weapon is in the hand, the magazine can be removed. I wrote that if the weapon is in the hand, it should be enable input for the player and the target, and if the weapon is not in the hand, it should be disable input. Now the hand should not be able to remove the magazine, but it can .how can I write a command in the blueprint that the person cannot remove the magazine?by the way , iI forget to say,
I work on the VR game.