Read engine version from setting registry (#4926)

* Read engine version from setting registry

Signed-off-by: Junbo Liang <junbo@amazon.com>
This commit is contained in:
Junbo Liang
2021-10-22 18:00:43 -07:00
committed by GitHub
parent e8a7743aec
commit 71d23cc602
3 changed files with 21 additions and 33 deletions
@@ -14,6 +14,8 @@
namespace AWSMetrics
{
constexpr const char* EngineVersionJsonKey = "O3DEVersion";
//! Base class to be implemented by IdentityProvider to retrive an ID for identity.
class IdentityProvider
{