UDataprepEditingOperation::RemoveObjects

Remove an array of objects from the Dataprep's and/or action's working set

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

UFUNCTION(BlueprintCallable, Category="Dataprep | Editing Operation")
void RemoveObjects
(
    TArray< UObject * > Objects,
    bool bLocalContext
)

Remarks

Remove an array of objects from the Dataprep's and/or action's working set

Parameters

Parameter

Description

Objects

An array of objects to be removed from the working set

bLocalContext

If set to true, the object is removed from the current working set. The object will not be accessible to any subsequent operation using the current context. If set to false, the object is removed from the Dataprep's working set. The object will not be accessible to any subsequent operation in the Dataprep's pipeline.