Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepWorkReporter
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h |
Include | #include "IDataprepProgressReporter.h" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepCoreUtils.cpp |
FDataprepWorkReporter
&40;
const TSharedPtr< IDataprepProgressReporter > & InReporter,
const FText & InDescription,
float InAmountOfWork,
float InIncrementOfWork,
bool bInterruptible
&41;
Remarks
Report foreseen progress on the current task
Parameters
Name | Description |
---|---|
InDescription | Description of the task |
InAmountOfWork | Total amount of work for the task |
InIncrementOfWork | Amount of incremental work at each step within the task |