AddOperation

Add an operation to the action

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepActionAsset.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepActionAsset.cpp

Syntax

int32 AddOperation
(
    const TSubclassOf< UDataprepOperation > & OperationClass
)

Remarks

Add an operation to the action

Returns

The index of the added operation or index none if the class is

Parameters

Parameter

Description

OperationClass

The class of the operation

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