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