Skip to main content

704 posts tagged with "all"

all

View All Tags

S3: Creating a AWS S3 User

· One min read
Developer

Go to https://console.aws.amazon.com/iam/ and login to your Amazon Account and access the IAM Console

Click on “Users” and then “Add User“

Name your user user and check “Programmatic Access“

On the next screen click on “Attach existing policies directly” and search for S3, select "AmazonS3FullAccess".

You can skip the “Tags” page

Verify your settings and click on “Create User“

These are the security keys that you will have to enter in Unreal Engine to access S3 functionality!

DynamoDB: Creating a User

· One min read
Developer

Go to https://console.aws.amazon.com/iam/ and login to your Amazon Account and access the IAM Console

Click on “Users” and then “Add User“

Name your user user and check “Programmatic Access“

On the next screen click on “Attach existing policies directly” and search for DynamoDBFullAccess

You can skip the “Tags” page

Verify your settings and click on “Create User“

These are the security keys that you will have to enter in Unreal Engine to access DynamoDB functionality!

EOSCore:: 1.7.7

· One min read
Developer
  • Added a couple of nullptr checks

Title Storage

The Title Storage Interface enables developers using Epic Online Services (EOS) to retrieve encrypted data from cloud servers. Data that you store through this interface is accessible to any user on any device where they can log in. While similar to the Player Data Storage Interface, this interface is specialized to handle game-specific data rather than user-specific data, and can provide different versions of files based on the user's platform, region, or other conditions.

GameLift 1.0.4

· One min read
Developer
  • Fixed a couple of struct variables being set even if length == 0
  • Fixed a crash in one of the plugin modules

Server

  • Fixed a long to string conversion error when compilng

AWSCore::Lambda Creating a User

· One min read
Developer

Go to https://console.aws.amazon.com/iam/ and login to your Amazon Account and access the IAM Console

Click on "Users" and then "Add User"

Name your user user and check "Programmatic Access"

On the next screen click on "Attach existing policies directly" and search for AwsLambdaFullAccess

You can skip the "Tags" page

Verify your settings and click on "Create User"

These are the security keys that you will have to enter in Unreal Engine to access Lambda functionality!