FDataprepProgressUIReporter

Windows
MacOS
Linux

Inheritance Hierarchy

IDataprepProgressReporter

FDataprepCoreUtils::FDataprepProgressUIReporter

References

Module

DataprepCore

Header

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

Include

#include "DataprepCoreUtils.h"

Syntax

class FDataprepProgressUIReporter : public IDataprepProgressReporter

Constructors

Destructors

Overridden from IDataprepProgressReporter

Name Description

Public function Virtual

void

 

BeginWork

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

Indicates the beginning of a new work to report on

Public function Virtual

void

 

EndWork()

Indicates the end of the work

Public function Virtual Const

FFeedbackCon...

 

GetFeedbackContext()

Returns the feedback context used by this progress reporter

Public function Virtual

bool

 

IsWorkCancelled()

Returns true if the work has been cancelled

Public function Virtual

void

 

ReportProgress

(
    float IncrementOfWork,
    const FText& InMessage
)

Report foreseen progress on the current 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