UDataprepOperation::ExecuteOperation

Prepare the operation for the execution and execute it.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

void ExecuteOperation
(
    TSharedRef< FDataprepOperationContext > & InOperationContext
)

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

Parameter

Description

InOperationContext

This contains the data necessary for the setup of the operation and also the DataprepContext