Navigation
API > API/Plugins > API/Plugins/DataprepCore
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
Include | #include "DataprepActionAsset.h" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepActionAsset.cpp |
int32 AddFilterWithAFetcher
&40;
const TSubclassOf< UDataprepFilter > & FilterClass,
const TSubclassOf< UDataprepFetcher > & FetcherClass
&41;
Remarks
Add a filter and setup it's fetcher The index of the added filter or index none if the classes are incompatible or invalid Note that fetcher most be compatible with the filter
Parameters
Name | Description |
---|---|
FilterClass | The type of filter we want |
FetcherClass | The type of fetcher that we want. |