How to create the QuestBook?

Hi folks currently I’m workin’ on quest system as i’m creating more and more cool stuff my desires and ambitiouns grows bigger and bigger now I want to create book where my quests will be shown basically I’m planning to create a questbook, BUT there is a huge BUT, now I only have basic book’s 3D model and I have no idea how to create a QuestBook from the empty book there is so many problems i don’t know which’s solution find first so guys can you share some personal knowledge/experience what can i do to make it work…

This can be tricky, world resets on every level switch or level restart (but you can detect that by checking if map is same), so you might consider using those UEngine global events, just remeber that editor generates more world triggerign those events so you need to filter that too:

Also look up AActor API refrence and search for more useful fucntion, remember you can plug in to any virtual functions and use them as events, i found this maybe this function can be useful for you: