Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces
Inheritance Hierarchy
- IModuleInterface
- IAnalyticsProviderModule
- FAnalyticsET
- FAnalyticsHorde
- FAnalyticsLog
- FAnalyticsSwrve
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProviderModule.h |
| Include | #include "Interfaces/IAnalyticsProviderModule.h" |
Syntax
class IAnalyticsProviderModule : public IModuleInterface
Remarks
Generic interface for an analytics provider. Other modules can define more and register them with this module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IAnalyticsProvider > | CreateAnalyticsProvider
(
const FAnalyticsProviderConfigurationDelegate& GetConfigValue |