Navigation
API > API/Plugins > API/Plugins/InterchangeAnalytics
| Name | UInterchangeAnalyticsHandlerDefault |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Analytics/Public/InterchangeAnalyticsHandlerDefault.h |
| Include Path | #include "InterchangeAnalyticsHandlerDefault.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, MinimalAPI)
class UInterchangeAnalyticsHandlerDefault : public UInterchangeAnalyticsHandlerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeAnalyticsHandlerBase → UInterchangeAnalyticsHandlerDefault
Functions
Public Virtual
Overridden from UInterchangeAnalyticsHandlerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Send
(
const FInterchangeImportResultAnalyticsInfo& ImportResultAnalyticsInfo |
InterchangeAnalyticsHandlerDefault.h | ||
virtual void Send
(
const TArray< UInterchangePipelineBase* >& Pipelines, |
InterchangeAnalyticsHandlerDefault.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SendImmediate
(
const FString& Identifier, |
InterchangeAnalyticsHandlerDefault.h |
Protected Virtual
Overridden from UInterchangeAnalyticsHandlerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute_Add
(
const FString& Identifier, |
InterchangeAnalyticsHandlerDefault.h | ||
virtual void Execute_Append
(
const FString& Identifier, |
InterchangeAnalyticsHandlerDefault.h | ||
virtual void Execute_Clear
(
const FString& Identifier |
InterchangeAnalyticsHandlerDefault.h | ||
virtual void Execute_Flush() |
InterchangeAnalyticsHandlerDefault.h |