Hello, I am using the Panoramic Capture Tool plugin in Unreal 4.27. Running the capture blueprint results in directories being created but no file is actually being generated in them.
The Output Log is showing the directory path, file name, and completion status of the screenshots and yet no files are appearing. I thought they might be getting sent to the /saved directory instead of the one I specified in the BP but a search of my PC shows no results for anything “Frame_00000_FinalColor.PNG” (or .EXR).
Output Log Example:
LogStereoPanorama: Processing pass: FinalColor
LogStereoPanorama: Writing file: …/…/FinalColor/Frame_00000_FinalColor.exr
LogStereoPanorama: Done!
LogStereoPanorama: Duration: 135.329 seconds for frame 0
Any ideas why this is happening? I had the plugin working last winter for a different 4.27 project and it’s no longer working on that project either. My colleague is also unable to output files on a whole different machine (both windows 10.) Is it simply broken in the latest version of 4.27? Any help much appreciated!