Periodically save images from camera to file

Hey @FunnyCharly,

I think it’s because it is on tick, with a delay of 0.2, and because tick is so fast, it’s restarting the function. Try using a timer- Use “BindTimerByEvent” on BEGIN PLAY, not tick. Try connecting that to an event that takes the camera shot. Give the timer a time of 0.2, looping, and in the setting for the automated screenshot give it delay of 0. I am not sure that this will work but I don’t know why it wouldn’t like this!