Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h |
Include |
#include "DataprepOperation.h" |
UFUNCTION(BlueprintNativeEvent)
void OnExecution
(
const FDataprepContext & InContext
)
This function is called when the operation is executed. If your defining your operation in Blueprint or Python this is the function to override.
Parameter |
Description |
---|---|
InContext |
The context contains the data that the operation should operate on. |