You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
One of the template <typename T> analytic event attribute functions was missing a const otherwise it will not compile since it was taking in a const reference variable and trying to use it as just a referenced one. [CL 2433771 by Justin Hair in Main branch]