Number of objects in scene export as text file

Hi Unreal community,

I’m exploring Unreal for an application Idea and was wondering is it possible to export a pdf of data within a scene. For example the number of items used in a scene?

Thanks

You could make a Blueprint that counts all Actors in your scene and send the amount to the Output Log. But there is no native method to export a PDF so you would need to write your own functionality.