Custom Commands

Add elements to the T_CustomCommandsConsole Table. The console commands' values can be: Integer, Float, or Boolean.

If a Boolean Console Command is activated, the button will be green; if not, the button will be red.

Example of type value console commands:

r.Lumen.Reflections.MaxRoughnessToTrace 0.25 or r.Lumen.Reflections.MaxRoughnessToTrace 0.5 - Float

r.Lumen.Reflections.Allow 1 or r.Lumen.Reflections.Allow 0 - Boolean

r.ForceLOD 2 or r.ForceLOD 5 - Integer

For Integer and Float values, you can set the Minimum and Maximum values for each console command.

After you add the elements, close the tool tab and open it again afterward:

If a Boolean Console Command is activated, the button will be green; if not, the button will be red.

You can also easily edit the existing console commands, or add new ones to the current tabs, by modifying the MasterConsoleCommands/Blueprints/"DA_ConsoleCommands_5x" data asset:

Last updated