Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAddPropertyToAnalytics
(
FProperty* Property |
InterchangePipelineBase.h | ||
virtual bool CanAddPropertyToAnalytics
(
TPropertyValueIterator< FProperty >& PropertyValueIterator |
InterchangePipelineBase.h |
CanAddPropertyToAnalytics(FProperty *)
| Name | CanAddPropertyToAnalytics |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
virtual bool CanAddPropertyToAnalytics
(
FProperty * Property
) const
CanAddPropertyToAnalytics(TPropertyValueIterator< FProperty > &)
| Name | CanAddPropertyToAnalytics |
| 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 bool CanAddPropertyToAnalytics
(
TPropertyValueIterator < FProperty > & PropertyValueIterator
) const