This commit is contained in:
Rainer Leit
2026-09-25 17:02:24 +03:00
parent cc43ed8dc8
commit 9597629951
2149 changed files with 460234 additions and 1770 deletions
@@ -12,4 +12,8 @@ namespace TelemetryEvents
inline const FName SessionStarted(TEXT("session_started"));
inline const FName SessionEnded(TEXT("session_ended"));
inline const FName CheatUsed(TEXT("cheat_used"));
// World map (off the ladder, with the world). One event: opening it is the act worth counting, and which
// layer and how far zoomed in say what a person actually wanted from it.
inline const FName WorldMapOpened(TEXT("world_map_opened"));
}