Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/FAnalyticsHelper
Description
It is suggest to use the AppendThreadSafe, if more than one Entry is added as it will Scope Lock for every entry. (where append will Scope Lock only per append)
| Name | AddThreadSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeAnalyticsHelper.h |
| Include Path | #include "InterchangeAnalyticsHelper.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeAnalyticsHelper.cpp |
void AddThreadSafe
(
const FString & Identifier,
const FAnalyticsEventAttribute & Entry
)