Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const TSubclassOf< UDataprepFilter > & FilterClass,
const TSubclassOf< UDataprepFetcher > & FetcherClass
)
Add a filter and setup it's fetcher
that fetcher most be compatible with the filter
The index of the added filter or index none if the classes are incompatible or invalid
Parameter |
Description |
---|---|
FilterClass |
The type of filter we want |
FetcherClass |
The type of fetcher that we want. |