Open 3D Engine AWSMetrics Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AWSMetrics::AWSMetricsSystemComponent Class Reference

Gem System Component. Responsible for instantiating and managing the Metrics Manager. More...

#include <AWSMetricsSystemComponent.h>

Inherits AZ::Component, and AWSMetricsRequestBus::Handler.

Classes

struct  AttributeSubmissionList
 

Public Member Functions

 AZ_COMPONENT (AWSMetricsSystemComponent, "{D6252A35-6A8E-4E8B-BFC6-FCBE80E5A626}")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
static void ReflectMetricsAttribute (AZ::ReflectContext *reflection)
 
static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible)
 
static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 
static void GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent)
 

Protected Types

using Attributes = AZStd::vector< MetricsAttribute >
 

Protected Member Functions

bool SubmitMetrics (const AZStd::vector< MetricsAttribute > &metricsAttributes, int eventPriority=0, const AZStd::string &eventSourceOverride="", bool bufferMetrics=true) override
 
void FlushMetrics () override
 
void Init () override
 
void Activate () override
 
void Deactivate () override
 

Detailed Description

Gem System Component. Responsible for instantiating and managing the Metrics Manager.


The documentation for this class was generated from the following file: