UDataprepEditingOperation::RemoveObjects

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

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](Programming/UnrealArchitecture/Reference/Functions)(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.

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