Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentProducer.h |
Include |
#include "DataprepContentProducer.h" |
virtual bool Supersede
(
const UDataprepContentProducer * OtherProducer
) const
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
Parameter |
Description |
---|---|
OtherProducer |
: Other producer to compare to. |