Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
Allow an observer to be notified of the removal of some step from the asset
| Name | FOnStepObjectsAboutToBeRemoved |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAsset.h |
| Include Path | #include "DataprepAsset.h" |
Syntax
class FOnStepObjectsAboutToBeRemoved : public TBaseMulticastDelegate_OneParam< void, const TArrayView< UDataprepParameterizableObject * > & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const TArrayView< UDataprepParameterizableObject * > & > → UDataprepAsset::FOnStepObjectsAboutToBeRemoved