How to use Configurable Variable in Packaged Game

Hello,

I’ve a Configurable Variable in my project but when I Package my project I don’t get any DefaultEngine.ini file to configure variable. I get some other .ini files I tried pasting my section and Key value Pair but was of no good.

I also tried creating DefaultEngine.ini and DefaultGame.ini but that didn’t work either.

Please help me out on this.

I’ve a request If you check/see the question please upvote the question, increasing chances of me getting an answer.

I’ve also checked in documentation but was no help came from there.

Hey Shivam-

If your variables are working properly in a standalone game, they should function the same in a packaged build. The following documentation page includes information on setting up and using configurable variables for more information: Configuration Files in Unreal Engine | Unreal Engine 5.1 Documentation

Cheers