Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepContentProducer
- Allow an observer to be notified when one of the properties of the producer changes
-
Subclass of UDataprepContentProducer must use this mechanism to communicate changes to the owning Dataprep asset
| Name | FDataprepProducerChanged |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentProducer.h |
| Include Path | #include "DataprepContentProducer.h" |
Syntax
class FDataprepProducerChanged : public TBaseMulticastDelegate_OneParam< void, const UDataprepContentProducer * >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const UDataprepContentProducer * > → UDataprepContentProducer::FDataprepProducerChanged