Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepOperation
Description
This function is the same has OnExcution, but it's the extension point for an operation defined in c++. It will be called on the operation execution.
| Name | OnExecution_Implementation |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h |
| Include Path | #include "DataprepOperation.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepOperation.cpp |
virtual void OnExecution_Implementation
(
const FDataprepContext & InContext
)
Parameters
| Name | Remarks |
|---|---|
| InContext | The context contains the data that the operation should operate on |