Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const FText & InDescription,
float InAmountOfWork,
float InIncrementOfWork
)
Create a task to report progress during the execution of an operation
Parameter |
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 |