ExecuteAction

Execute the action

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepActionAsset.h"

Syntax

void ExecuteAction
(
    const TSharedPtr< FDataprepActionContext > & InActionsContext,
    UDataprepActionStep * SpecificStep,
    bool bSpecificStepOnly
)

Remarks

Execute the action

Parameters

Parameter

Description

InActionsContext

Shared context which the action's steps will be executed on

SpecificStep

Specific step to execute within the action

bOnly

If true (default), only the specific step is executed, otherwise the action is executed up to the specific step

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