Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepOperation
Description
This function is called when the operation is executed. If your defining your operation in Blueprint or Python this is the function to override.
| Name | OnExecution |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h |
| Include Path | #include "DataprepOperation.h" |
UFUNCTION (BlueprintNativeEvent)
void OnExecution
(
const FDataprepContext & InContext
)
Parameters
| Name | Remarks |
|---|---|
| InContext | The context contains the data that the operation should operate on. |