Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeAnalyticsHandlerBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Send
(
const FInterchangeImportResultAnalyticsInfo& ImportResultAnalyticsInfo |
Send Import Result Analytics. | InterchangeAnalyticsHandlerBase.h | |
virtual void Send
(
const TArray< UInterchangePipelineBase* >& Pipelines, |
Send Pipelines Analytics. | InterchangeAnalyticsHandlerBase.h |
Send(const FInterchangeImportResultAnalyticsInfo &)
Description
Send Import Result Analytics.
| Name | Send |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeAnalyticsHandlerBase.h |
| Include Path | #include "InterchangeAnalyticsHandlerBase.h" |
virtual void Send
(
const FInterchangeImportResultAnalyticsInfo & ImportResultAnalyticsInfo
)
Send(const TArray< UInterchangePipelineBase * > &, const int32)
Description
Send Pipelines Analytics.
| Name | Send |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeAnalyticsHandlerBase.h |
| Include Path | #include "InterchangeAnalyticsHandlerBase.h" |
virtual void Send
(
const TArray < UInterchangePipelineBase * > & Pipelines,
const int32 AsyncHelperUniqueId
)