Navigation
API > API/Runtime > API/Runtime/CrashReportCore > API/Runtime/CrashReportCore/FCrashReportAnalytics
Description
Return the provider instance. Not valid outside of Initialize/Shutdown calls. Note: must check IsAvailable() first else this code will assert if the provider is not valid.
On-demand construction of the singleton.
| Name | GetProvider |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashReportAnalytics.h |
| Include Path | #include "CrashReportAnalytics.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashReportAnalytics.cpp |
static IAnalyticsProviderET & GetProvider()