FDataprepWorkReporter::FDataprepWorkReporter

Report foreseen progress on the current task

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepProgressReporter.h

Include

#include "IDataprepProgressReporter.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepCoreUtils.cpp

Syntax

FDataprepWorkReporter
(
    const TSharedPtr< IDataprepProgressReporter > & InReporter,
    const FText & InDescription,
    float InAmountOfWork,
    float InIncrementOfWork,
    bool bInterruptible
)

Remarks

Report foreseen progress on the current task

Parameters

Parameter

Description

InDescription

Description of the task

InAmountOfWork

Total amount of work for the task

InIncrementOfWork

Amount of incremental work at each step within 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