Skip to main content

704 posts tagged with "all"

all

View All Tags

SteamCore 1.3.3

· One min read
Developer
  • Fixed Steam Initialization when using Unreal Engine 4.25
    This is an Engine issue
  • Added the SteamFix module to SteamCore plugin
  • Changed .uplugin setting "EnabledByDefault" to false, having this set to true were causing rare packaging issues.

Creating a Polly 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 "Polly" and select “PollyFullAccess“.

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 Translate functionality!

Creating a SecretsManager 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 "Secrets" and select “SecretsManagerReadWrite“.

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 SecretsManager functionality!

Creating a Translate 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 "Translate" and select “TranslateFullAccess“.

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 Translate functionality!

SteamCore 1.3.2

· One min read
Developer
  • Fixed a missing include in NetworkingTypes.h

UGC

  • Fixed a UFUNCTION meta typo in UGCAsyncActions.h

Inventory

  • Fixed GetResultItemProperty not returning a proper string value
  • StartUpdateProperties did not return a SteamInventoryUpdateHandle
  • Refactored several functions
  • Renamed struct FDeleteItemResult to FUGCDeleteItemResult

SteamCore::Web

General

  • Renamed enum EValueType to ESteamValueType
  • Renamed enum EJsonResult to ESteamJsonResult