Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAssetProducers.h |
Include |
#include "DataprepAssetProducers.h" |
UCLASS()
class UDataprepAssetProducers : public UObject
A UDataprepAssetProducers is a utility class to manage the set of producers constituting the inputs of a DataprepAssetInterface. It provides a set of methods to edit the set of producers and their respective configuration.
Name | Description | ||
---|---|---|---|
|
AssetProducers |
List of producers referenced by the asset |
|
|
Padding |
List of producers referenced by the asset |
Name | Description | |
---|---|---|
|
~UDataprepAssetProducers() |
Name | Description | ||
---|---|---|---|
|
AddAssetProducer ( |
Append an FDataprepAssetProducer |
|
|
UDataprepCon... |
AddProducer ( |
Add a producer of a given class |
|
UDataprepCon... |
AddProducerAutomated ( |
Add a producer of a given class but don't pop any ui |
|
UDataprepCon... |
CopyProducer ( |
Add a copy of a producer |
|
EnableAllProducers ( |
Enable/Disable the producer at a given index |
|
|
EnableProducer |
Enable/Disable the producer at a given index |
|
|
UDataprepAss... |
GetOnChanged() |
|
|
const UDatap... |
GetProducer ( |
|
|
UDataprepCon... |
GetProducer ( |
|
|
GetProducersCount() |
||
|
IsProducerEnabled ( |
||
|
IsProducerSuperseded ( |
||
|
OnProducerChanged ( |
Answer notification that the consumer has changed |
|
|
Produce ( |
Run all producers of the Dataprep asset |
|
|
RemoveAllProducers() |
Remove all producers |
|
|
RemoveProducer ( |
Remove the producer at a given index |
|
|
ToggleProducer ( |
Toggle the producer at a given index |
Name |
Description |
|
---|---|---|
|
FOnDataprepProducersChanged |
Allow an observer to be notified when when one of the producer has changed |