Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepCoreUtils
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h |
Include | #include "DataprepCoreUtils.h" |
static bool RemoveStep
&40;
UDataprepActionAsset &42; ActionAsset,
int32 Index,
int32 & ActionIndex,
bool bDiscardParametrization
&41;
Remarks
Helper function to remove a step from an action. This function will remove the action from the Dataprep asset owning it if this is the last step.
Parameters
Name | Description |
---|---|
ActionAsset | Action asset to perform the operation on |
Index | Index of the step to remove. |
bDiscardParametrization | If true, discrad parameterization associated with the action step |
ActionIndex | Set to INDEX_NONE if the action was not removed from its owning Dataprep asset. Valid index otherwise. |