Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentProducer.h |
Include |
#include "DataprepContentProducer.h" |
Source |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepContentProducer.cpp |
bool Produce
(
const FDataprepProducerContext & InContext,
TArray< TWeakObjectPtr< UObject > > & OutAssets
)
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
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 |