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