Navigation
API > API/Plugins > API/Plugins/DataprepCore
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include | #include "DataprepActionAsset.h" |
void ExecuteAction
&40;
const TSharedPtr< FDataprepActionContext > & InActionsContext,
UDataprepActionStep &42; SpecificStep,
bool bSpecificStepOnly
&41;
Remarks
Execute the action
Parameters
| Name | Description |
|---|---|
| InActionsContext | Shared context which the action's steps will be executed on |
| SpecificStep | Specific step to execute within the action |
| bOnly | If true (default), only the specific step is executed, otherwise the action is executed up to the specific step |