FDataprepActionContext

Structure to pass execution context to action

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepActionAsset.h"

Syntax

struct FDataprepActionContext

Remarks

Structure to pass execution context to action

Variables

Name Description

Public variable

TSet< TWeakObje...

 

Assets

Set of assets the consumer will process

Public variable

DataprepActionA...

 

ContextChangedCallback

Delegate called by an action if the working content has changed after the execution of an operation

Public variable

DataprepActionA...

 

ContinueCallback

Delegate called by an action after the execution of each step

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

FDataprepActionContext()

Functions

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