Tired of saving a long list of useful variables between Unreal Projects?
💡Use the Console Variables Editor for Unreal Engine 5
https://docs.unrealengine.com/5.0/en-US/console-variables-editor/
Here are the numbered presets in the preset file that I use and an explanation of why I use them:
- Screen tear is distracting, my monitor is 60Hz. Also if you screen record with OBS or Xsplit Broadcaster this will give you a much smoother record without frame stutter
- See point 1
- I shoot really close macro shots with cine cam - this moves the near Z clip and allows much closer shots without visible near clipping
- Only if you use Temporal Anti-Aliasing but if so it improves depth of field quality
- I use Brute Force realtime raytraced GI and reflectionsn for my projects.
Using the Screenshot Tool by default will be noisey - this command adds delay for the raytracing samples to settle for a much cleaner result. Adjust value as needed, use the least delay for quickest renders.This value can up to 30 or 40 if you have no noise in the editor but have a large multiplier on the screenshot tool and still see noise in the captured screenshot
- If you use raytraced Global Illumination with the denoiser enabled these settings reduce the travelling noise. It suits slower camera shots and movements however - faster scenes with these settings can suffer from ghosting or a delay where the GI doesn't match the scene
- See point 6
- Disable/Enable texture streaming (this does not affect your cooked project, just the current editor session)
Useful for long shots (300mm) in editor where the texture doesn't stream in as the camera is not physically close enough in the world.
Also useful when using the Substance in Unreal plugin. The feedback from editing procedural settings in the Substance Graph Instance is  faster as it is not waiting for texture mips to be generated and displayed
- Useful if you have broken black self shading issues when using raytracing - usually on dense ground meshes with nanite enabled. You may need one or both set to "0"Â
- See point 9
💡Notice all commands can be toggled on or off. This is great for quickly tweaking based on your project needs, and toggling off goes back to editor default values for the given command. This is also great for A/B testing and comparing what console commands do visually.
Installation Instructions:
- Enable the Unreal Console Variables Editor plugin in your project
- Paste the included "RM_ConsoleVariables" uasset settings file to your Unreal Project
- In the main menu, choose Window > Console Variables to open the Console Variables Editor.
- Click Presets>Load preset and browse to the file
See my current Unreal cinematic pipeline here, with some simple tips:
In depth breakdown on my blog:
https://www.artstation.com/blogs/ronanm/aNrE/5-steps-for-making-cinematic-videos-with-substance-and-unreal
Hope you find this useful!
Ronan