Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UE_DEPRECATED
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include | #include "DataprepActionAsset.h" |
UE_DEPRECATED
(
4. 26,
"Please use the function add step and simply pass the FetcherClass"
) const
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. |