![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InterchangeAnalyticsHelper.h>
Public Member Functions | |
| INTERCHANGEENGINE_API void | AppendThreadSafe (const FString &Identifier, const TArray< FAnalyticsEventAttribute > &ToAdd) |
| INTERCHANGEENGINE_API void | ClearAnalyticsEventData (const FString &Identifier) |
| INTERCHANGEENGINE_API void | Add (const FString &Identifier, const FAnalyticsEventAttribute &Entry) |
| INTERCHANGEENGINE_API void | AddThreadSafe (const FString &Identifier, const FAnalyticsEventAttribute &Entry) |
| INTERCHANGEENGINE_API void | SendAnalytics () |
| void UE::Interchange::FAnalyticsHelper::Add | ( | const FString & | Identifier, |
| const FAnalyticsEventAttribute & | Entry | ||
| ) |
| void UE::Interchange::FAnalyticsHelper::AddThreadSafe | ( | const FString & | Identifier, |
| const FAnalyticsEventAttribute & | Entry | ||
| ) |
| void UE::Interchange::FAnalyticsHelper::AppendThreadSafe | ( | const FString & | Identifier, |
| const TArray< FAnalyticsEventAttribute > & | ToAdd | ||
| ) |
| void UE::Interchange::FAnalyticsHelper::ClearAnalyticsEventData | ( | const FString & | Identifier | ) |
| void UE::Interchange::FAnalyticsHelper::SendAnalytics | ( | ) |