Files
UnrealEngineUWP/Engine/Source/Runtime/Analytics
wes hunt bf039fd237 AnalyticsConversion methods moved from a namespace to global namespace to avoid 2-phase template instantiation issues with CLANG compilers that cause include order sensitivity with AnalyticsEventAttribute.h.
Also add an overload for FStrings to allow us to avoid copies in that specific case, since we can't use a universal qualifier in the primary template, which caused unnecessary string copies to be made in almost all the code that added attributes.

[FYI] dan.hertzka, bob.tellez, matt.loesby, ben.marsh
#rnx

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: wes.hunt
#ROBOMERGE-SOURCE: CL 6046823 via CL 6047228 via CL 6047267
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 6052895 by wes hunt in Dev-Anim branch]
2019-04-23 06:48:48 -04:00
..