Navigation
API > API/Plugins > API/Plugins/AnalyticsLog
Inheritance Hierarchy
- IModuleInterface
- IAnalyticsProviderModule
- FAnalyticsLog
References
| Module | AnalyticsLog |
| Header | /Engine/Plugins/Experimental/StudioTelemetry/Source/AnalyticsLog/Public/AnalyticsLog.h |
| Include | #include "AnalyticsLog.h" |
Syntax
class FAnalyticsLog : public IAnalyticsProviderModule
Remarks
Public implementation of IAnalyticsProviderModule that returns a JSON formatted FAnalayticsProviderLog object
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAnalyticsLog & | Get () |
Module functionality. |
Overridden from IAnalyticsProviderModule
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IAnalyticsProvider > | CreateAnalyticsProvider
(
const FAnalyticsProviderConfigurationDelegate& GetConfigValue |
IAnalyticsProviderModule interface. |