How to make a Variable in a Blueprint Accessible in other Blueprint

  1. Spawn the item in the level blueprint.

  2. Loop through all the players in the level. (Get Actors of Class, or Get Player Character, by index).

  3. In the loop, store the item in each of the players variables. (Give each player a variable of the specific BP type).