FDataprepCoreUtils::FDataprepProgressTextReporter::BeginWork

Indicates the beginning of a new work to report on

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IDataprepProgressReporter::BeginWork()

FDataprepCoreUtils::FDataprepProgressTextReporter::BeginWork()

References

Module

DataprepCore

Header

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

Include

#include "DataprepCoreUtils.h"

Source

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

Syntax

virtual 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