IDataprepProgressReporter::BeginWork

Indicates the beginning of a new work to report on

Windows
MacOS
Linux

Override Hierarchy

References

Module

DataprepCore

Header

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

Include

#include "IDataprepProgressReporter.h"

Syntax

void BeginWork
(
    const FText & InDescription,
    float InAmountOfWork,
    bool bInterruptible
)

Remarks

Indicates the beginning of a new work to report on

Parameters

Parameter

Description

InDescription

Text describing the work about to begin

InAmountOfWork

Expected total amount of work

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