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