Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentProducer.h |
Include |
#include "DataprepContentProducer.h" |
struct FDataprepProducerContext
Structure to pass execution context to producer
Name | Description | ||
---|---|---|---|
|
TSharedPtr< IDa... |
LoggerPtr |
Logger the producer should use to log messages |
|
TSharedPtr< IDa... |
ProgressReporterPtr |
Reporter the producer should use to report progress |
|
TWeakObjectPtr<... |
RootPackagePtr |
Package of the content folder under which the producer must create assets to |
|
TWeakObjectPtr<... |
WorldPtr |
World where the producer must add its actors |
Name | Description | |
---|---|---|
|
FDataprepProducerContext() |
Name | Description | ||
---|---|---|---|
|
FDataprepPro... |
SetLogger ( |
|
|
FDataprepPro... |
SetProgressReporter ( |
|
|
FDataprepPro... |
SetRootPackage ( |
|
|
FDataprepPro... |
SetWorld ( |
Helpers to set different members of the context |