Widget journal spawn decail

Hello everyone, I do not understand how to create the mechanics of a journal. I have a notepad widget, a piece of paper, in this widget you need to put a decal/picture and text on a specific piece of paper in the widget when crossing the trigger box, so that everything is preserved when closing the notebook

Add an “Image” to your widget, and when the trigger fires, call “Set Brush From Texture” on it.
To control the widget, create an actor that will store information about what images you have (array of soft references to Texture2D).