UDataprepContentProducer::Reset

Clean up the objects used by the producer.

Choose your operating system:

Windows

macOS

Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepContentProducer.h"

Syntax

virtual void Reset()

Remarks

Clean up the objects used by the producer. This call follows a call to Execute.

The producer must assume that the world and assets it has produced are about to be deleted.