Render/Export Image sequence via C++ OR Blueprint only

I want two processes, one takes images (i.e through LevelSequence) and other to store information of current rendered image.Information must be in sync with respective image. This is procedural image generation.

One way to solve this is to use LevelSequence, i know how to play LevelSequence in C++, but don’t know how to export images or render a movie with all the settings via scripting for procedural image generation.

If there are other ways to achieve this, plz point me in right direction.

I’ve checked following (perhaps more) but no fruit:

I also has ths same question, do you have solve it?