UDataprepOperation::OnExecution

This function is called when the operation is executed.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h

Include

#include "DataprepOperation.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintNativeEvent)
void OnExecution
(
    const FDataprepContext & InContext
)

Remarks

This function is called when the operation is executed. If your defining your operation in Blueprint or Python this is the function to override.

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