Unreal freezes while minimized

Hello, I’m having an issue with my UE5 app where I want it to continue to render & run when minimized. Currently when capturing the screen with OBS, and you minimize it, the application freezes and nothing happens until the app is unminimized.

Is there any way to keep Unreal Engine running while minimized? This is a must for my app and I know there’s a setting to disable minimizing.

I am looking for this as well. Did you ever find an answer?

Hey there @FoDeLeMeNt! So I know you can disable the idle when not in the foreground. Not sure if this would be effective for your uses (minimized) however. Give it a shot and let me know how it goes!

Console command is:

t.IdleWhenNotForeground=0

this command didn’t help me