FDataprepConsumerContext

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepContentConsumer.h"

Syntax

struct FDataprepConsumerContext

Variables

Name Description

Public variable

TArray< TWeakOb...

 

Assets

Array of assets the consumer will process

Public variable

bool

 

bSilentMode

Indicates the execution of the consumer must be silent This member is true when executed in headless mode

Public variable

TSharedPtr< IDa...

 

LoggerPtr

Hold onto the logger that the consumer should use to log messages

Public variable

TSharedPtr< IDa...

 

ProgressReporterPtr

Hold onto the reporter that the consumer should use to report progress

Public variable

FString

 

TransientContentFolder

Path to transient content folder where were created

Public variable

TWeakObjectPtr<...

 

WorldPtr

Hold onto the world the consumer will process

Constructors

Name Description

Public function

FDataprepConsumerContext()

Functions

Name Description

Public function

FDataprepCon...

 

SetAssets

(
    TArray< TWeakObjectPtr< UObject > >...
)

Public function

FDataprepCon...

 

SetLogger

(
    const TSharedPtr< IDataprepLogger >...
)

Public function

FDataprepCon...

 

SetProgressReporter

(
    const TSharedPtr< IDataprepProgress...
)

Public function

FDataprepCon...

 

SetSilentMode

(
    bool InSilentMode
)

Public function

FDataprepCon...

 

SetTransientContentFolder

(
    const FString& InTransientContentF...
)

Public function

FDataprepCon...

 

SetWorld

(
    UWorld* InWorld
)

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