Hi, my aim here is when i move my camera for a video shot or something like that, i dont want it to save it as a video but save it as lots of screenshots (depends on my video lenght). Is there any blueprint example like that or should i use video editor programs?
Use a SceneCaptureComponent2D and capture that to a render target then save the target output to your harddrive with the correct numbering. Trigger this function after adding input to the character, incrementing the file number with every step.
Compile the images later in a compositing program like DaVinci Resolve.
1 Like
Thanks i will try that.