Navigation
API > API/Plugins > API/Plugins/FileLogging
The public interface to this module
| Name | FAnalyticsFileLogging |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Public/FileLogging.h |
| Include Path | #include "FileLogging.h" |
Syntax
class FAnalyticsFileLogging : public IAnalyticsProviderModule
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileLoggingProvider | TSharedPtr< IAnalyticsProvider > | Singleton for analytics | FileLogging.h |
Functions
Public
Overridden from IAnalyticsProviderModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< IAnalyticsProvider > CreateAnalyticsProvider
(
const FAnalyticsProviderConfigurationDelegate& GetConfigValue |
Provider factory functions | FileLogging.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAnalyticsFileLogging & Get () |
Module functionality. | FileLogging.h |