Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepOperation
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h |
| Include | #include "DataprepOperation.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepOperation.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Report", Meta&61;&40;HideSelfPin&61;"true"&41;&41;
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 |