Consider an application consisting of a series of selections in ue5, and is it possible to have ue5 prepare a pdf file that compiles these selections and export this file as well?
There are a few plugins on Github for exporting text and images to PDF files.
If you are familiar with C++ you can get this working within a week
1 Like
I created two plugins to read and write PDF files from Unreal Engine in runtime. You can find details from here.