![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "IAnalyticsProviderET.h"#include "GenericPlatform/GenericPlatform.h"#include "Misc/CommandLine.h"#include "Misc/ScopeLock.h"#include "Stats/Stats.h"#include "Containers/Ticker.h"#include "Misc/App.h"#include "Misc/TimeGuard.h"#include "Policies/CondensedJsonPrintPolicy.h"#include "Serialization/JsonWriter.h"#include "AnalyticsProviderETEventCache.h"#include "AnalyticsET.h"#include "Analytics.h"#include "Interfaces/IHttpResponse.h"#include "Interfaces/IHttpRequest.h"#include "HttpModule.h"#include "PlatformHttp.h"#include "Misc/EngineVersion.h"#include "HttpRetrySystem.h"#include "HAL/IConsoleManager.h"#include "AutoRTFM.h"#include "AnalyticsPerfTracker.h"Classes | |
| class | FAnalyticsUserAgentCache |
| class | FAnalyticsProviderET |
Namespaces | |
| namespace | AnalyticsProviderETCvars |
Variables | |
| FAutoConsoleVariableRef | AnalyticsProviderETCvars::CvarPreventMultipleFlushesInOneFrame (TEXT("AnalyticsET.PreventMultipleFlushesInOneFrame"), PreventMultipleFlushesInOneFrame,) |
| TAutoConsoleVariable< bool > | AnalyticsProviderETCvars::CVarDefaultUserAgentCommentsEnabled (TEXT("AnalyticsET.UserAgentCommentsEnabled"), true, TEXT("Whether comments are supported in the analytics user agent string"), ECVF_SaveForNextBoot) |