Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/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 DeleteObject
&40;
UObject &42; Objects
&41;
Remarks
Delete an object from the Dataprep's working set
The deletion of the object is deferred. However, if the object is not an asset, it is removed from the Dataprep's transient world. If the object is an asset, it is moved to the transient package, no action is taken to clean up any object referencing this asset.
After execution, the object is not accessible by any subsequent operation in the Dataprep's pipeline.
Parameters
Name | Description |
---|---|
Object | The object to be deleted |