![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CrashReportAnalytics.h"#include "Misc/Guid.h"#include "Misc/EngineBuildSettings.h"#include "AnalyticsET.h"#include "IAnalyticsProviderET.h"#include "AnalyticsBuildType.h"Functions | |
| FAnalyticsET::Config | DefaultAnalyticsConfigFunc () |
| TFunction< FAnalyticsET::Config()> & | GetCrashReportAnalyticsConfigFunc () |
| FAnalyticsET::Config DefaultAnalyticsConfigFunc | ( | ) |
Default config func that essentially tells the crash reporter to disable analytics, unless environment variables are set.
| TFunction< FAnalyticsET::Config()> & GetCrashReportAnalyticsConfigFunc | ( | ) |
Engine analytics config to initialize the crash reporter analytics provider. External code should bind this delegate if crash reporter analytics are desired, preferably in private code that won't be redistributed.