Thx for the help
I now have a trigger box around all my Interceptable blueprints, which starts/ends a event in my FirstPersonCharacter BP.
These save/delete the displayName and the Name I gave them in an array.
Now I know which Items are in reach and if the ray hits one I can get the name and interact with the vieved BP.
Is this method ok (in wirting clean code)?