UDataprepContentProducer::Produce

Successively calls the Initialize, Execute and Reset methods Additionally, to avoid naming collision, rename the newly created actors to include the producer's namespace.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepContentProducer.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepContentProducer.cpp

Syntax

bool Produce
(
    const FDataprepProducerContext & InContext,
    TArray< TWeakObjectPtr< UObject > > & OutAssets
)

Remarks

Successively calls the Initialize, Execute and Reset methods Additionally, to avoid naming collision, rename the newly created actors to include the producer's namespace.

The world in the context should be assumed to be transient

Parameters

Parameter

Description

InContext

Context containing all the data required to perform a run.

OutAssets

Array of assets created by the producer

OutReason

Text containing description of failure if the method returns false

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