Navigation
API > API/Runtime > API/Runtime/Analytics
Generic interface for an analytics provider. Other modules can define more and register them with this module.
| Name | IAnalyticsProviderModule |
| Type | class |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProviderModule.h |
| Include Path | #include "Interfaces/IAnalyticsProviderModule.h" |
Syntax
class IAnalyticsProviderModule : public IModuleInterface
Implements Interfaces
Derived Classes
IAnalyticsProviderModule derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IAnalyticsProvider > CreateAnalyticsProvider
(
const FAnalyticsProviderConfigurationDelegate& GetConfigValue |
Interfaces/IAnalyticsProviderModule.h |