UDataprepAsset::InsertActions

Insert a copy of each action into the Dataprep asset at the requested index

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepAsset.h"

Source

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

Syntax

bool InsertActions
(
    const TArray< const UDataprepActionAsset * > & InActions,
    int32 Index
)

Remarks

Insert a copy of each action into the Dataprep asset at the requested index

Returns

True if the insertion is successful, false if the actions or the index are invalid

Parameters

Parameter

Description

Actions

The array of actions to insert

Index

The index at which the insertion must happen

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