FDataprepWorkReporter

Helper class to encapsulate the [IDataprepProgressReporter](API\Plugins\DataprepCore\IDataprepProgressReporter) interface

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "IDataprepProgressReporter.h"

Syntax

class FDataprepWorkReporter

Remarks

Helper class to encapsulate the IDataprepProgressReporter interface

Constructors

Name Description

Public function

FDataprepWorkReporter

(
    const TSharedPtr< IDataprepProgress...,
    const FText& InDescription,
    float InAmountOfWork,
    float InIncrementOfWork,
    bool bInterruptible
)

Report foreseen progress on the current task

Destructors

Name Description

Public function

~FDataprepWorkReporter()

Functions

Name Description

Public function Const

bool

 

IsWorkCancelled()

Public function

void

 

ReportNextStep

(
    const FText& InMessage
)

Report foreseen default incremental amount of work until next call

Public function

void

 

ReportNextStep

(
    const FText& InMessage,
    float InIncrementOfWork
)

Report foreseen incremental amount of work until next call

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