Custom format string for Movie Render Queue

Is there a way to create custom format strings for Movie Render Queue? Perhaps through Blueprints? Trying to see if we can add a tag for the folder the sequence is located in the content browser.

Thanks!

Were you able to resolve this? I am trying to find the answer to this as well…

i too want to know

What are you all trying to do now?

(post deleted by author)

I am rendering a scene in both MRQ and the legacy movie scene capture. I have a variable I am storing camera information in while the scene is running. I am trying to create a custom {format_string} for my filename export. Every frame of my render ide like it if my {format_string} token took the information from that current rendered frame and made it part of the saved .jpg’s file name.

So far I have all the file names pre computed and stored in an array before the render starts.I just need the pre compiled file names to match the files being saved when I run the rendering process.

The only way to add custom tokens atm is to edit the C++. This is on the roadmap though as its requested frequently.