Navigation
Unreal Engine C++ API Reference > 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 BeginWork
&40;
const FText & InDescription,
float InAmountOfWork
&41;
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 |