AwsCore::CloudWatch

What is AwsCore::CloudWatch?

This plugin enables you to use Amazon CloudWatch Services inside Unreal Engine 4 Blueprints!

  • Read more about Amazon CloudWatch here
  • Read more about Amazon CloudWatch Logs here
  • Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions based on data from metrics. This guide provides detailed information about CloudWatch actions, data types, parameters, and errors
  • Amazon CloudWatch Logs enables you to monitor, store, and access your system, application, and custom log files. This guide provides detailed information about CloudWatch Logs actions, data types, parameters, and errors. For more information about CloudWatch Logs features, see the Amazon CloudWatch Logs User Guide.

Purchase

Getting Started

After creating your CloudWatch user you can Initialize and start using CloudWatch within Unreal Engine 4! You can initialize the plugin like this:

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.

Example Project

Getting Help