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 |
TSharedPtr< FDataprepWorkReporter > CreateTask
&40;
const FText & InDescription,
float InAmountOfWork,
float InIncrementOfWork
&41;
Remarks
Create a task to report progress during the execution of an operation
Parameters
Name | Description |
---|---|
InDescription | The description of the task about to be performed |
InAmountOfWork | Expected amount of work for the task |
InIncrementOfWork | Expected increment during the execution of the task |