AnalyticsConversionToString

Overload list

Windows
MacOS
Linux
Name Description

Public function

decltype(aut...

 

AnalyticsConversionToString

(
    const T& Value
)

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

Public function

FString

 

AnalyticsConversionToString

(
    FString&& Value
)

Make sure we have a direct implementation for moving FStrings as we definitely don't want to copy them as the above const-ref template will cause.

Public function

FString

 

AnalyticsConversionToString

(
    const FString& Value
)

Public function

FString

 

AnalyticsConversionToString

(
    float Value
)

Public function

FString

 

AnalyticsConversionToString

(
    double Value
)

Public function

FString

 

AnalyticsConversionToString

(
    const TArray< T, AllocatorType >& ...
)

Array conversion. Creates comma-separated list.

Public function

FString

 

AnalyticsConversionToString

(
    const TMap< KeyType, ValueType, All...
)

Map conversion.

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