UDataprepOperation::OnExecution_Implementation

This function is the same has OnExcution, but it's the extension point for an operation defined in c++.

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

virtual void OnExecution_Implementation
(
    const FDataprepContext & InContext
)

Remarks

This function is the same has OnExcution, but it's the extension point for an operation defined in c++. It will be called on the operation execution.

Parameters

Parameter

Description

InContext

The context contains the data that the operation should operate on

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