OnDeleteObjects

Delete an array of objects from the Dataprep's and action's working set

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepActionAsset.h"

Source

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

Syntax

void OnDeleteObjects
(
    TArray< UObject * > Objects
)

Remarks

Delete an array of objects from the Dataprep's and action'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

Parameter

Description

Objects

The array of objects to delete

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