Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepCoreUtils
Inheritance Hierarchy
- IDataprepProgressReporter
- FDataprepCoreUtils::FDataprepProgressUIReporter
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h |
| Include | #include "DataprepCoreUtils.h" |
Syntax
class FDataprepProgressUIReporter : public IDataprepProgressReporter
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataprepProgressUIReporter
(
TSharedRef< FFeedbackContext > InFeedbackContext |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IDataprepProgressReporter
| 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 |