Navigation
API > API/Plugins > API/Plugins/DataprepCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
|
Add an operation to the action | DataprepActionAsset.h | |
|
Add a filter and setup it's fetcher | DataprepActionAsset.h |
UE_DEPRECATED(4., "Please use the function add step and simply pass the OperationClass")
Description
Add an operation to the action
| Name | UE_DEPRECATED |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include Path | #include "DataprepActionAsset.h" |
UE_DEPRECATED
(
4. 26,
"Please use the function add step and simply pass the OperationClass"
) const
The index of the added operation or index none if the class is
Parameters
| Name | Remarks |
|---|---|
| OperationClass | The class of the operation |
UE_DEPRECATED(4., "Please use the function add step and simply pass the FetcherClass")
Description
Add a filter and setup it's fetcher
| Name | UE_DEPRECATED |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include Path | #include "DataprepActionAsset.h" |
UE_DEPRECATED
(
4. 26,
"Please use the function add step and simply pass the FetcherClass"
) const
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 | Remarks |
|---|---|
| FilterClass | The type of filter we want |
| FetcherClass | The type of fetcher that we want. |