Navigation
API > API/Plugins > API/Plugins/DataprepCore
Helper class to encapsulate the IDataprepProgressReporter interface
| Name | FDataprepWorkReporter |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h |
| Include Path | #include "IDataprepProgressReporter.h" |
Syntax
class FDataprepWorkReporter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataprepWorkReporter
(
const TSharedPtr< IDataprepProgressReporter >& InReporter, |
Report foreseen progress on the current task | IDataprepProgressReporter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDataprepWorkReporter() |
IDataprepProgressReporter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultIncrementOfWork | float | Default incremental amount of work for each step constituting the task | IDataprepProgressReporter.h | |
| Reporter | TSharedPtr< IDataprepProgressReporter > | Dataprep progress reporter associated with the task | IDataprepProgressReporter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsWorkCancelled() |
IDataprepProgressReporter.h | ||
void ReportNextStep
(
const FText& InMessage |
Report foreseen default incremental amount of work until next call | IDataprepProgressReporter.h | |
void ReportNextStep
(
const FText& InMessage, |
Report foreseen incremental amount of work until next call | IDataprepProgressReporter.h |