Navigation
Unreal Engine C++ API Reference > Plugins > DataprepCore > UDataprepEditingOperation
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 |
UFUNCTION&40;BlueprintCallable, Category&61;"Dataprep &124; Editing Operation"&41;
void RemoveObject
&40;
UObject &42; Object,
bool bLocalContext
&41;
Remarks
Remove an object from the Dataprep's and/or action's working set
Parameters
Name | Description |
---|---|
Object | Object 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. |