1. Home
  2. Docs
  3. DynamoDB
  4. Getting Started
  5. Initializing

Initializing

After creating your DynamoDB User, you can Initialize the AWSCore::DynamoDB Plugin inside Unreal Engine, here is an example:

CALLBACK

  • In the latest version of the plugin you must wait for the Callback delegate to execute before calling any Dynamo DB functionality.

SELECT YOUR REGION

Make sure to select the correct region that you are going to use for your AWS services, double check that you do not misspell the region name as that will cause connection issues.

How can we help?