UDataprepOperation::OnExecution_Implementation

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

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

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