Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/IDataprepProgressReporter
- IDataprepProgressReporter::BeginWork()
- FDataprepCoreUtils::FDataprepProgressUIReporter::BeginWork()
- FDataprepCoreUtils::FDataprepProgressTextReporter::BeginWork()
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h |
| Include | #include "IDataprepProgressReporter.h" |
void BeginWork
&40;
const FText & InDescription,
float InAmountOfWork,
bool bInterruptible
&41;
Remarks
Indicates the beginning of a new work to report on
Parameters
| Name | Description |
|---|---|
| InDescription | Text describing the work about to begin |
| InAmountOfWork | Expected total amount of work |