Foliage with alpha cards casts dark shadows

hm interesting, nice…

this is a “Cvar” only (most of these console variables are not accsessible via checkboxes etc… they’re pure “commands”)

But what you can do is…

option one,…
go to your Project folder via Win explorer… there you have a config folder, in it some .ini files… the one you want is the “DefaultEngine.ini”
There you can type in these commands and set them to True/false or comment them out with a “;”

See screenshot…


Now everytime you start your project,… these Cvars are “applied” and you don’t need to type them in over and over…

Option two is,…

you can execute console commands via blueprints…
Wonky examples here :smiley:
Unbenannt1
Unbenannt

But easiest is, if you want to have your settings globally anyway, to configure your DefaultGameEngine.ini

3 Likes