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
(
const TSharedPtr < FDataprepActionContext > & InActionsContext,
UDataprepActionStep * SpecificStep,
bool bSpecificStepOnly
)
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 |