Navigation
API > API/Runtime > API/Runtime/CrashReportCore
Inheritance Hierarchy
- FNoncopyable
- FCrashReportAnalytics
References
| Module | CrashReportCore |
| Header | /Engine/Source/Runtime/CrashReportCore/Public/CrashReportAnalytics.h |
| Include | #include "CrashReportAnalytics.h" |
Syntax
class FCrashReportAnalytics : private FNoncopyable
Remarks
The public interface for the analytics provider singleton. For Epic builds, this will point to epic's internal analytics provider. For licensee builds, it will be NULL by default unless they provide their own configuration.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IAnalyticsProviderET & | GetProvider () |
Return the provider instance. | |
| void | Initialize
(
const FString& EpicAccountId |
Called to initialize the singleton. | |
| bool | IsAvailable () |
Helper function to determine if the provider is valid. | |
| void | Shutdown () |
Called to shut down the singleton |
Constants
| Name | Description |
|---|---|
| Analytics | |
| bIsInitialized |