Can you change graphics settings with console commands?

Just curious.

Hi!

You mean this?

1 Like

Yes, thats it.

You can also check all r. commands in this source code file:

https://github.com/EpicGames/UnrealEngine/blob/c9f4efe690de8b3b72a11223865c623ca0ee7086/Engine/Source/Runtime/Core/Private/HAL/ConsoleManager.cpp

The commands are at the end of file, it’s quite readable for non-programmer

broken link

very useful, I wonder why that help is not shown when we try to access these variables in the console, would be perfect there.

is this also possible with android?

ConsoleManager.cpp actually has an incomplete list of commands. The command are scattered all throughout the source code.

If you want to search for a certain command, you can search the source files that installed with Unreal.

Navigate to the install location. By default:
C:\Program Files (x86)\Epic Games\4.14\Engine\Source\Runtime

Then simply use the search box (CTRL-F) for the command in question.

http://www.kosmokleaner.de/ownsoft/UE4CVarBrowser.html
This works and it’s like Ue4, you can easily search