Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepOperation
Description
Prepare the operation for the execution and execute it. This allow the operation to report information such as log to the operation context
| Name | ExecuteOperation |
| 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 |
void ExecuteOperation
(
TSharedRef< FDataprepOperationContext > & InOperationContext
)
Parameters
| Name | Remarks |
|---|---|
| InOperationContext | This contains the data necessary for the setup of the operation and also the DataprepContext |