So I decided to add some collectables in my game and I started off by adding some notes (written and left by random strangers) all over the game world. I have got it working up to the point where I can walk inside of the range (decided by a box collider), active the note, the note will show up on my screen and whenever I press E again or I walk out of range the note will be removed from the viewport.
So here is my question:
After I opened that specific note once, I would like it to have the ability to be viewed again from the player UI. I made a UI page which you can access trough a button located in the main journal UI. How can I make it so that note gets added as a button so I can click it and view that same note that I found earlier?
What kind of code would I have to add?
This is my Note BP: