FDataprepWorkReporter::ReportNextStep

Report foreseen incremental amount of work until next call

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

void ReportNextStep
(
    const FText & InMessage,
    float InIncrementOfWork
)

Remarks

Report foreseen incremental amount of work until next call

Parameters

Parameter

Description

InMessage

Message to be displayed along side the reported progress

InIncrementOfWork

Amount of incremental work foreseen during the next step

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