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" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepOperation.cpp |
virtual void OnExecution_Implementation
&40;
const FDataprepContext & InContext
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
InContext | The context contains the data that the operation should operate on |