Open 3D Engine AzCore 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.
AZ::Metrics::EventArgs Struct Reference

Base structure which represents the common args that event record event function accepts. More...

#include <IEventLogger.h>

Inherited by AZ::Metrics::AsyncArgs, AZ::Metrics::CounterArgs, AZ::Metrics::DurationArgs, and AZ::Metrics::InstantArgs.

Public Attributes

AZStd::string_view m_name
 Name of the Event.
 
AZStd::string_view m_cat
 Comma separated list of categories associated with the event.
 
AZStd::span< EventFieldm_args
 Arguments used to fill the "args" field for each trace event.
 

Detailed Description

Base structure which represents the common args that event record event function accepts.


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