UDataprepContentProducer::Supersede

A producer supersede another if its produces the same content or a super-set of the other's content

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentProducer.h

Include

#include "DataprepContentProducer.h"

Syntax

virtual bool Supersede
(
    const UDataprepContentProducer * OtherProducer
) 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

Returns

true if the other producer produces the same content or a sub-set of it

Parameters

Parameter

Description

OtherProducer

: Other producer to compare to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss