Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h |
Include |
#include "DataprepOperation.h" |
Source |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepOperation.cpp |
virtual void OnExecution_Implementation
(
const FDataprepContext & InContext
)
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.
Parameter |
Description |
---|---|
InContext |
The context contains the data that the operation should operate on |