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 (BlueprintCallable, Category="Report", Meta=(HideSelfPin="true"))
void ReportProgress
(
float IncrementOfWork,
const FText & InMessage
)
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 |