Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepWorkReporter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReportNextStep
(
const FText& InMessage |
Report foreseen default incremental amount of work until next call | IDataprepProgressReporter.h | |
void ReportNextStep
(
const FText& InMessage, |
Report foreseen incremental amount of work until next call | IDataprepProgressReporter.h |
ReportNextStep(const FText &)
Description
Report foreseen default incremental amount of work until next call
| Name | ReportNextStep |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h |
| Include Path | #include "IDataprepProgressReporter.h" |
void ReportNextStep
(
const FText & InMessage
)
Parameters
| Name | Remarks |
|---|---|
| InMessage | Message to be displayed along side the reported progress |
ReportNextStep(const FText &, float)
Description
Report foreseen incremental amount of work until next call
| Name | ReportNextStep |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h |
| Include Path | #include "IDataprepProgressReporter.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepCoreUtils.cpp |
void ReportNextStep
(
const FText & InMessage,
float InIncrementOfWork
)
Parameters
| Name | Remarks |
|---|---|
| InMessage | Message to be displayed along side the reported progress |
| InIncrementOfWork | Amount of incremental work foreseen during the next step |