Andrew Grant
9d58a141e9
Copying //UE4/Orion-Staging to Dev-Main (Originates from //Orion/Main @ CL-2759376)
...
#lockdown Nick.Penwarden
[CL 2759916 by Andrew Grant in Main branch]
2015-11-09 19:35:15 -05:00
Nick Penwarden
fc669c6fc4
Mergine changes from //depot/UE4 to //UE4/Main
...
[CL 2749262 by Nick Penwarden in Main branch]
2015-10-31 10:55:13 -04:00
Nick Penwarden
4ccf8be305
Mergine engine changes to //UE4/Main @ 2748007
...
[CL 2748770 by Nick Penwarden in Main branch]
2015-10-30 17:41:13 -04:00
Andrew Grant
c0452957a1
Merging latest engine code from Orion via //depot/UE4-To-//UE4/Main
...
[CL 2744667 by Andrew Grant in Main branch]
2015-10-28 08:58:16 -04:00
Wes Hunt
6a6a79ff87
Add support for legacy analytics provider for internal telemetry.
...
#codereview:peter.sauerbrei
[CL 2734135 by Wes Hunt in Main branch]
2015-10-19 15:22:59 -04:00
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