Adding UI weapon icon to multiple canvas on pickup

Is it possible to add the UI weapon icon to multiple canvas after the weapon has been picked up? ( ikno

I want to have a separate UI pop up (mainly for controllers) to access the different weapons they have picked up - I then plan to use Playmaker to change the weapon to whatever is selected within the UI
 
This isn't a built-in feature. The UI system is relatively basic since there is a huge variety of UIs and there's no way the controller will be able to include them all (especially when the asset is primarily focused on the character controller part). You may be able to do it with Playmaker but the item monitors do require event notifications so unfortunately it may require some scripting.
 
Top