Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepCoreUtils
Inheritance Hierarchy
- IDataprepProgressReporter
- FDataprepCoreUtils::FDataprepProgressTextReporter
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h |
Include | #include "DataprepCoreUtils.h" |
Syntax
class FDataprepProgressTextReporter : public IDataprepProgressReporter
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
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 |