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 BeginWork
(
const FText & InDescription,
float InAmountOfWork
)
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 |