Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
Allow an observer to be notified of an change in the pipeline return The event that will be broadcasted when a object has receive a modification that might change the result of the pipeline
| Name | FOnDataprepActionAssetChange |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAsset.h |
| Include Path | #include "DataprepAsset.h" |
Syntax
class FOnDataprepActionAssetChange : public TBaseMulticastDelegate_TwoParams< void, UObject *, FDataprepAssetChangeType >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, UObject *, FDataprepAssetChangeType > → UDataprepAsset::FOnDataprepActionAssetChange