Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Sets class to use for analytics. This will create a new object during import and use for the Analytics.
| Name | SetAnalyticsHandlerClass |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
void SetAnalyticsHandlerClass
(
const TSoftClassPtr < UInterchangeAnalyticsHandlerBase > & InAnalyticsHandlerClass
)