Navigation
API > API/Plugins > API/Plugins/DataprepCore
Inheritance Hierarchy
- IDataprepProgressReporter
- FDataprepCoreUtils::FDataprepProgressTextReporter
- FDataprepCoreUtils::FDataprepProgressUIReporter
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h |
| Include | #include "IDataprepProgressReporter.h" |
Syntax
class IDataprepProgressReporter
Remarks
This is the interface that a progress reporter must implement to work with FDataprepWorkReporter
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Indicates the beginning of a new work to report on | ||
| void | EndWork () |
Indicates the end of the work | |
| FFeedbackContext * | Returns the feedback context used by this progress reporter | ||
| bool | Returns true if the work has been cancelled | ||
| void | ReportProgress
(
float IncrementOfWork, |
Report foreseen progress on the current work |