IDataprepProgressReporter

This is the interface that a progress reporter must implement to work with [FDataprepWorkReporter](API\Plugins\DataprepCore\FDataprepWorkReporter)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DataprepCore

Header

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

Include

#include "IDataprepProgressReporter.h"

Syntax

class IDataprepProgressReporter

Remarks

This is the interface that a progress reporter must implement to work with FDataprepWorkReporter

Destructors

Name Description

Public function Virtual

~IDataprepProgressReporter()

Functions

Name Description

Public function

void

 

BeginWork

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

Indicates the beginning of a new work to report on

Public function

void

 

EndWork()

Indicates the end of the work

Public function Const

FFeedbackCon...

 

GetFeedbackContext()

Returns the feedback context used by this progress reporter

Public function

bool

 

IsWorkCancelled()

Returns true if the work has been cancelled

Public function

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