Periodically save images from camera to file

Hey @Jpowwe! Sorry for the late reply!

Have you tried to use the “Now” and “DateTime” nodes, plugged them into a "concatenate"d string, converted to a name, and named your files that way?

Also you might not want to do this on tick. Maybe use a timer node on begin play? Tick runs 3x/frame so IDK if you want THAT many screenshots :stuck_out_tongue: