Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepContentProducer
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 |
bool Produce
&40;
const FDataprepProducerContext & InContext,
TArray< TWeakObjectPtr< UObject > > & OutAssets
&41;
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
| Name | 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 |