Navigation
API > API/Plugins > API/Plugins/DataprepCore
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h |
| Include | #include "IDataprepProgressReporter.h" |
Syntax
class FDataprepWorkReporter
Remarks
Helper class to encapsulate the IDataprepProgressReporter interface
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataprepWorkReporter
(
const TSharedPtr< IDataprepProgressReporter >& InReporter, |
Report foreseen progress on the current task |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | ReportNextStep
(
const FText& InMessage |
Report foreseen default incremental amount of work until next call | |
| void | ReportNextStep
(
const FText& InMessage, |
Report foreseen incremental amount of work until next call |