[Dynamic Actors] No more copys!

You could do this in many different ways. One way would be create an array of text data within the book actor with each member containing the different texts that will be used, then wherever the text is used, use an array ‘get’ to retrieve the desired text passing in an exposed (which can be changed in the editor) int variable as an argument to the index of the array ‘get’.

See the documentation on arrays if you are unclear.