Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepContentProducer
Description
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
| Name | Supersede |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentProducer.h |
| Include Path | #include "DataprepContentProducer.h" |
virtual bool Supersede
(
const UDataprepContentProducer * OtherProducer
) const
true if the other producer produces the same content or a sub-set of it
Parameters
| Name | Remarks |
|---|---|
| OtherProducer | : Other producer to compare to. |