Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepContentProducer
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentProducer.h |
| Include | #include "DataprepContentProducer.h" |
virtual bool Supersede
&40;
const UDataprepContentProducer &42; OtherProducer
&41; const
Remarks
A producer supersede another if its produces the same content or a super-set of the other's content
Each sub-class must implement this method true if the other producer produces the same content or a sub-set of it
Parameters
| Name | Description |
|---|---|
| OtherProducer | : Other producer to compare to. |