IDataprepProgressReporter::ReportProgress

Report foreseen progress on the current work

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

DataprepCore

Header

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

Include

#include "IDataprepProgressReporter.h"

Syntax

void ReportProgress
(
    float IncrementOfWork,
    const FText & InMessage
)

Remarks

Report foreseen progress on the current work

Parameters

Parameter

Description

IncrementOfWork

Amount of progress foreseen until the next call

InMessage

Message to be displayed along side the reported progress