unreal.InterchangeAnalyticsHandlerBase¶
- class unreal.InterchangeAnalyticsHandlerBase(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectThis is the base class implementation for the Interchange Analytics. This will NOT collect any analytics BY DESIGN. DO NOT MAKE CHANGES TO THE IMPLEMENTATIONS OF THE FUNCTIONS FOR THIS CLASS. See UInterchangeAnalyticsHandlerDefault instead for the default implementation.
Interchange Manager exposes API to set the TSoftClassPtr for a class to use to collect Analytics. By default InterchangeAnalyticsModule registers UInterchangeAnalyticsHandlerDefault as the Analytics Handler Class.
C++ Source:
Module: InterchangeEngine
File: InterchangeAnalyticsHandlerBase.h