currently I use quite a lot of commands inside the editor every time I open Unreal Engine, since Unreal Engine won´t remember the typed in commands. They are commands like:
r.Shadow.CSMDepthBias 7
r.Shadow.FilterMethod 1
…
Is there an easy way to make Unreal Engine load these commands automatically every time it starts and also use them when the game is running of course.
Right now I haven´t found any solution I understand since I never did something with Blueprints, so it would be great if someone could give me a detailed explanation.