UDataprepAssetInterface::RunProducers

Run all producers of the Dataprep asset

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepAssetInterface.h"

Source

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

Syntax

virtual TArray< TWeakObjectPtr< UObject > > RunProducers
(
    const FDataprepProducerContext & InContext
)

Remarks

Run all producers of the Dataprep asset

Parameters

Parameter

Description

InContext

Context containing all the data required to properly run producers

OutAssets

Array of assets filled up by the producers when run

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