FlashFreak
(FlashFreak)
November 6, 2014, 3:56pm
1
Hi,
Maybe Eric can answer this one.
I’m running some dumpmovie captures, and when inserting viewmode settings into my level blueprint, some of the documented viewmodes don’t work. The first, and biggest hurdle was ‘viewmode detaillighting’ which, after much searching Eric listed as this in another thread (https://answers.unrealengine.com/questions/81941/can-i-use-the-different-viewmodes-in-game.html ):
viewmode lit_detaillighting (which works great!!)
Is there a complete list of console command viewmodes? We’re doing some compositing work, and we want to knock out render passes directly from the engine using the dumpmovie command to create image sequences.
Thanks in advance!!
Hey FlashFreak -
Here is the documentation for viewmodes and at the end of each section it gives you the console command that is available:
https://docs.unrealengine.com/latest/INT/Engine/UI/LevelEditor/Viewports/ViewModes/index.html
Thank You
Eric Ketchum
Bek
(Bek)
August 24, 2021, 9:14pm
3
It seems like you can pull a list from BaseEngine.ini to use with show visualizebuffer & r.BufferVisualizationTarget
Hello ,
As Hany mentioned, the two commands you mentioned ShowFlag.Visualizebuffer and r.BufferVisualizationTarget are missing from development builds.
Could you please give an example for using the r.BufferVisualizationTarget command?