UDataprepOperation::ExecuteOperation

Prepare the operation for the execution and execute it.

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss