Whether to delay acquiring the back buffer
0: acquire next image on frame start
1: acquire next image just before presenting, rendering is done to intermediate image which is then copied to a real backbuffer (default)
2: acquire next image on first use
Usage
r.Vulkan.DelayAcquireBackBuffer [value]
Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.