Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddPropertyAnalytics
(
FProperty* Property, |
InterchangePipelineBase.h | ||
virtual void AddPropertyAnalytics
(
TPropertyValueIterator< FProperty >& PropertyValueIterator, |
InterchangePipelineBase.h |
AddPropertyAnalytics(FProperty *, TArray< FAnalyticsEventAttribute > &)
| Name | AddPropertyAnalytics |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
virtual void AddPropertyAnalytics
(
FProperty * Property,
TArray < FAnalyticsEventAttribute > & PipelineAttributes
)
AddPropertyAnalytics(TPropertyValueIterator< FProperty > &, TArray< FAnalyticsEventAttribute > &)
| Name | AddPropertyAnalytics |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/InterchangePipelineBase.cpp |
virtual void AddPropertyAnalytics
(
TPropertyValueIterator < FProperty > & PropertyValueIterator,
TArray < FAnalyticsEventAttribute > & PipelineAttributes
)