Navigation
API > API/Plugins > API/Plugins/DataprepCore
Type
typedef TBaseDelegate_TwoParams< void, UObject &42;, bool > FDataprepRemoveObject
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 an object If bLocalContext is true, the object is removed from the working set of the action owning the operation Otherwise, the object is removed from the Dataprep's working set
If the object is removed from the Dataprep's working set, the operation is therefore owning the object.