Navigation
API > API/Plugins > API/Plugins/USDClasses > API/Plugins/USDClasses/IUsdClassesModule > API/Plugins/USDClasses/IUsdClassesModule/SendAnalytics
References
| Module | USDClasses |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDClasses/Public/USDClassesModule.h |
| Include | #include "USDClassesModule.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/USDClasses/Private/USDClassesModule.cpp |
static void SendAnalytics
&40;
TArray< FAnalyticsEventAttribute > && InAttributes,
const FString & EventName,
bool bAutomated,
double ElapsedSeconds,
double NumberOfFrames,
const FString & Extension
&41;
Remarks
Sends analytics about a USD operation
Parameters
| Name | Description |
|---|---|
| InAttributes | Additional analytics events attributes to send, along with new ones collected within this function |
| EventName | Name of the analytics event (e.g. "Export.StaticMesh", so that the full event name is "Engine.Usage.USD.Export.StaticMesh") |
| bAutomated | If the operation was automated (e.g. came from a Python script) |
| ElapsedSeconds | How long the operation took in seconds |
| NumberOfFrames | Number of time codes in the exported/imported/opened stage |
| Extension | Extension of the main USD file opened/emitted/imported (e.g. "usda" or "usd") |