IBuildPatchServicesModule::SetAnalyticsProvider

Sets the Analytics provider that will be used to register errors with patch/build installs

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

void SetAnalyticsProvider
(
    TSharedPtr< IAnalyticsProvider > AnalyticsProvider
)

Remarks

Sets the Analytics provider that will be used to register errors with patch/build installs

Parameters

Parameter

Description

AnalyticsProvider

Shared ptr to an analytics interface to use. If NULL analytics will be disabled.

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