AnalyticsConversionToString

Helpers for converting various common types to strings that analytics providers can consume.

Windows
MacOS
Linux

References

Module

Analytics

Header

/Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsConversion.h

Include

#include "AnalyticsConversion.h"

Syntax

template<typename T>
decltype(auto) AnalyticsConversionToString
(
    const T & Value
)

Remarks

Helpers for converting various common types to strings that analytics providers can consume. Lexical conversion. Allow any type that we have a Lex for. Can't use universal references here because it then eats all non-perfect matches for the array and TMap conversions below, which we want to use a custom, analytics specific implementation for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss