Hello;
Currently, I’m trying to create a simple journal page system. Basically, the player goes around the world picking up journal pages which they can access later and read through them at any point in the game. I’ve been storing the page textures in an array variable within my character and trying to access that array in my HUD blueprint. Sadly, I do not know how to do the last part. Any ideas?