FDataprepDeleteObjects

Delegate used by a Dataprep operation to remove and delete an array of objects from the Dataprep's working set.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_OneParam< void, TArray< UObject * > > FDataprepDeleteObjects

References

Module

DataprepCore

Header

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

Include

#include "DataprepOperation.h"

Remarks

Delegate used by a Dataprep operation to remove and delete an array of objects from the Dataprep's working set. After execution, Object will not be accessible by subsequent operations. The asset is NOT immediately deleted. This is a deferred deletion.

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