Commit Graph

47 Commits

Author SHA1 Message Date
Dmitry Rekman
91823b5880 QoSReporter: add average FPS (point-sampled) reporting.
(Merging CLs 2701668, 2702482, 2703275, 2703344,  2703548 to the main branch)

[CL 2704503 by Dmitry Rekman in Main branch]
2015-09-24 11:16:35 -04:00
Daniel Lamb
f36d8ac259 Fixed compilation issue.
#codereview Dmitry .Rekman

[CL 2690927 by Daniel Lamb in Main branch]
2015-09-14 17:35:14 -04:00
Dmitry Rekman
ee863dea42 QoS metrics: add generic module (OP-1132).
(Merging CLs 2688852, 2689232 to the main branch)

[CL 2690718 by Dmitry Rekman in Main branch]
2015-09-14 15:26:41 -04:00
Dmitry Rekman
a9221dfcb5 Matching LOCTEXT_NAMESPACE #def/#undef
- Also changed some #undef's to be more uniform

[CL 2665419 by Dmitry Rekman in Main branch]
2015-08-23 00:57:30 -04:00
Ben Marsh
3b30d23ec5 Move GEngineVersion into FEngineVersion::Current(), and GCompatibleWithEngineVersion to FEngineVersion::CompatibleWith().
#platformnotify Josh.Adams

[CL 2655102 by Ben Marsh in Main branch]
2015-08-13 15:44:02 -04:00
Joe Graf
490827c99e Dmitry's fix for the template/include order compilation issue
[CL 2647052 by Joe Graf in Main branch]
2015-08-06 17:12:10 -04:00
Josh Markiewicz
779cb6e04b #UE4 - moved all http header files into header module
- headers in core and implementations in http were working but only coincidentally
- no way to export any of the platforms if needed because CORE_API was correct for generic platform but would have link errors because all platforms were in HTTP_API
- fixed up platform http calls to reference http module
#platformnotify josh.adams
#codereview sam.zamani, david.nikdel, dmitry.rekman

[CL 2646887 by Josh Markiewicz in Main branch]
2015-08-06 15:52:48 -04:00
Joe Graf
4ac4bf469c Fixed compile error on non-Windows platform
[CL 2646623 by Joe Graf in Main branch]
2015-08-06 12:57:09 -04:00
Joe Graf
b4a25d5aa4 Added visual editing of analytics configuration settings
Restructured the analytics plugins so that editor only and platform specific functionality are all in one plugin. This requires your project file to be updated

#Ocean
Updated the project due to the plugin changes

[CL 2646527 by Joe Graf in Main branch]
2015-08-06 11:47:41 -04:00
Wes Hunt
a11f177636 No longer require an active session to set the SessionID, since we can actually send events without starting a session anyway.
[CL 2634635 by Wes Hunt in Main branch]
2015-07-27 17:34:28 -04:00
Andrew Brown
54a71c4814 Moving LogAnalytics define into header, as it's used to two cpp files within the same project which causes issues on unity
#codereview Greg.Hazelbeck, Dmitry.Rekman

[CL 2631975 by Andrew Brown in Main branch]
2015-07-24 04:39:16 -04:00
Dmitry Rekman
21c4853624 Analytics: ability to distinguish between different environments (OP-777).
- Domain name is now sent as part of the aggregated endpoint stats.

#codereview Greg.Hazelback

[CL 2631711 by Dmitry Rekman in Main branch]
2015-07-23 20:26:24 -04:00
Wes Hunt
d52fa1ef70 UE-17003 - Removed data router code from AnalyticsET.
FYI, Darren.
#codereview:darren.clary

[CL 2599134 by Wes Hunt in Main branch]
2015-06-24 13:06:36 -04:00
Fred Kimberley
21ff67e268 Merging using UE4-Fortnite-To-UE4
Integration from CL 2589598.

[CL 2596395 by Fred Kimberley in Main branch]
2015-06-22 20:28:51 -04:00
Wes Hunt
cf0a716e34 Reverting change to analytics callbacks. We have fixed this problem by using BindSP instead of BindRaw so callbacks shouldn't be made on deleted objects anymore.
#codereview: justin.hair, justin.sargent

[CL 2586910 by Wes Hunt in Main branch]
2015-06-13 13:50:23 -04:00
Justin Sargent
273cde1704 Merging using UE4-To-UE4-LauncherDev
#platformnotify Josh.Adams

[CL 2581810 by Justin Sargent in Main branch]
2015-06-09 16:41:53 -04:00
David Decker
70a008d264 #CodeReview: Wes.Hunt
Interagrated Change from CL#2541361

UE4-Orion to UE4

[CL 2541364 by David Decker in Main branch]
2015-05-07 14:15:33 -04:00
Joe Graf
8ee6d52cce Moved the AnalyticsMulticast module to be a plugin instead for Blueprint only project access
[CL 2519595 by Joe Graf in Main branch]
2015-04-21 13:59:20 -04:00
Joe Graf
7463f0b355 Updated the file logging and multicast providers to support the new functions
[CL 2519483 by Joe Graf in Main branch]
2015-04-21 12:50:36 -04:00
Joe Graf
c127529c48 Added the new functions needed by GameAnalytics for their plugin along with feedback from Prime31
[CL 2509093 by Joe Graf in Main branch]
2015-04-10 17:54:03 -04:00
Wes Hunt
bd67ce257e Analytics Payload logging no longer shows the URL with UrlEncoded parameters, which makes reading the log easier to match up with what the collector will actually receive. This means pipes, braces, etc will show up correctly instead of with %7B and %7D etc:
Before: AnalyticsET URL:CollectData.1?SessionID=%7BFA7D7BED-4C4F-A77F-48A7-A0944CF38478%7D&AppID=...
  After: AnalyticsET URL:CollectData.1?SessionID={E5F58A26-400A-E445-936A-0DB1FA2E65B8}&AppID=...

[CL 2507162 by Wes Hunt in Main branch]
2015-04-09 15:25:25 -04:00
Mike Fricker
114458bf0f Clang warning fixes: Fixed missing 'override' specifiers
- Also removed some unreferenced functions that adding 'override' revealed

PR #1002 -- Thank you, Omar007!

[CL 2498415 by Mike Fricker in Main branch]
2015-04-01 07:20:55 -04:00
Wes Hunt
98cba90061 Properly use UE_SET_LOG_VERBOSITY for LogAnalytics.
[CL 2478998 by Wes Hunt in Main branch]
2015-03-13 15:52:19 -04:00
Carlos Cuello
6f1ac76399 [INTEGRATE] UE4-LauncherDev->UE4 integrate all up to cl 2475889
[CL 2478426 by Carlos Cuello in Main branch]
2015-03-13 08:26:18 -04:00
Gil Gribb
35cf42566a UE4 - merge GDC branch, code @2465640 to main
[CL 2468685 by Gil Gribb in Main branch]
2015-03-04 08:31:40 -05:00