General
- Fixed toggling “Show Grid” in the settings menu
This guide will show you how to obtain your Credentials that you use in your DefaultEngine.ini configuration file.
Head to https://dev.epicgames.com/portal, login and select your Project. (Or create a new project if you don’t have one yet)
If you want to use the Epic Account Services functionality, we must configure our Client to have permissions to use EAS.
After creating our Access Policy (from this guide), we’ll create a new user and assign that user to our newly created Policy.
I highly encourage you to “Download .csv” to save your credentials to a file, otherwise you will NOT be able to retrieve these credentials again!
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "gamelift:*",
"Resource": "*"
}
]
}