Navigation
Unreal Engine C++ API Reference > Plugins > DataprepCore
Type
typedef TBaseDelegate_OneParam< void, TArray< UObject &42; > > 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.