UDataprepOperation::CreateTask

Create a task to report progress during the execution of an operation

Windows
MacOS
Linux

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

Syntax

TSharedPtr< FDataprepWorkReporter > CreateTask
(
    const FText & InDescription,
    float InAmountOfWork,
    float InIncrementOfWork
)

Remarks

Create a task to report progress during the execution of an operation

Parameters

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss