Navigation
API > API/Plugins > API/Plugins/DataprepCore
| Name | FDataprepConsumerContext |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepContentConsumer.h |
| Include Path | #include "DataprepContentConsumer.h" |
Syntax
struct FDataprepConsumerContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataprepConsumerContext() |
DataprepContentConsumer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Assets | TArray< TWeakObjectPtr< UObject > > | Array of assets the consumer will process | DataprepContentConsumer.h | |
| bSilentMode | bool | Indicates the execution of the consumer must be silent This member is true when executed in headless mode | DataprepContentConsumer.h | |
| LoggerPtr | TSharedPtr< IDataprepLogger > | Hold onto the logger that the consumer should use to log messages | DataprepContentConsumer.h | |
| ProgressReporterPtr | TSharedPtr< IDataprepProgressReporter > | Hold onto the reporter that the consumer should use to report progress | DataprepContentConsumer.h | |
| TransientContentFolder | FString | Path to transient content folder where were created | DataprepContentConsumer.h | |
| WorldPtr | TWeakObjectPtr< UWorld > | Hold onto the world the consumer will process | DataprepContentConsumer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataprepConsumerContext & SetAssets
(
TArray< TWeakObjectPtr< UObject > >& InAssets |
DataprepContentConsumer.h | ||
FDataprepConsumerContext & SetLogger
(
const TSharedPtr< IDataprepLogger >& InLogger |
DataprepContentConsumer.h | ||
FDataprepConsumerContext & SetProgressReporter
(
const TSharedPtr< IDataprepProgressReporter >& InProgressReporter |
DataprepContentConsumer.h | ||
FDataprepConsumerContext & SetSilentMode
(
bool InSilentMode |
DataprepContentConsumer.h | ||
FDataprepConsumerContext & SetTransientContentFolder
(
const FString& InTransientContentFolder |
DataprepContentConsumer.h | ||
FDataprepConsumerContext & SetWorld
(
UWorld* InWorld |
DataprepContentConsumer.h |