Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/IDataprepProgressReporter
- IDataprepProgressReporter::ReportProgress()
- FDataprepCoreUtils::FDataprepProgressUIReporter::ReportProgress()
- FDataprepCoreUtils::FDataprepProgressTextReporter::ReportProgress()
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h |
| Include | #include "IDataprepProgressReporter.h" |
void ReportProgress
&40;
float IncrementOfWork,
const FText & InMessage
&41;
Remarks
Report foreseen progress on the current work
Parameters
| Name | Description |
|---|---|
| IncrementOfWork | Amount of progress foreseen until the next call |
| InMessage | Message to be displayed along side the reported progress |