Where to find Config variables.. Can't be found

Future readers they’re scattered everywhere some in a uniform way and none uniform way

Okay I see I have to go in depth to find a answer to my question It say’s below add a number to steamdevappid I cant find this variable anywheree… Have no problem coding. I want to learn and set up for myself.

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480

Hi Kufi!

You can’t find the variable because they are not defined in the code, but rather in an ini-file. I haven’t done steam integration myself but according to this you should be able to add those lines to this ini-file:

C:\Users\YourName\Documents\Unreal Projects\YourPorjectName\Config\DefaultEngine.ini

Hope that helps

I actually found what i was looking for. Looking through 1000’s of lines of code and got a better understanding. It was all like… A strange code style and such i didn’t just wanted to copy and past but have a solid understanding and picked up a bunch of things doing so. It’s a really strang style but i got to see it in axtion