Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildPatchServicesModule
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include | #include "Interfaces/IBuildPatchServicesModule.h" |
void SetAnalyticsProvider
(
TSharedPtr < IAnalyticsProvider > AnalyticsProvider
)
Remarks
Sets the Analytics provider that will be used to register errors with patch/build installs
Parameters
| Name | Description |
|---|---|
| AnalyticsProvider | Shared ptr to an analytics interface to use. If NULL analytics will be disabled. |