FAnalyticsFileLogging::CreateAnalyticsProvider

Provider factory functions

Windows
MacOS
Linux

Override Hierarchy

IAnalyticsProviderModule::CreateAnalyticsProvider()

FAnalyticsFileLogging::CreateAnalyticsProvider()

References

Module

FileLogging

Header

/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Public/FileLogging.h

Include

#include "FileLogging.h"

Source

/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLogging.cpp

Syntax

virtual TSharedPtr< IAnalyticsProvider > CreateAnalyticsProvider
(
    const FAnalyticsProviderConfigurationDelegate & GetConfigValue
) const

Remarks

IAnalyticsProviderModule interface. Creates the analytics provider given a configuration delegate. The keys required exactly match the field names in the Config object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss