Is it possible to do this in ue, using bluepprint
In general, I want to make a 3D interactive book. (That is, you can flip through it)
I would also like it so that when you open the book, the words start writing as if the main character is just writing it.
As I understand it, writing text in a book should be done through animation
You can create pages using a widget, and then apply the widgetâs texture (with the help of widget component it allows to get its render target texture) to the book page UV.
If youâre okay with the idea of ââwriting each letter one by one, then this isnât a problem, but if you want to âwriteâ each letter in a smooth line, then this doesnât seem like a trivial task to meâŚ
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.