Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepCoreUtils
| Name | FDataprepProgressTextReporter |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h |
| Include Path | #include "DataprepCoreUtils.h" |
Syntax
class FDataprepProgressTextReporter : public IDataprepProgressReporter
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataprepProgressTextReporter() |
DataprepCoreUtils.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataprepProgressTextReporter() |
DataprepCoreUtils.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FeedbackContext | TUniquePtr< FFeedbackContextAnsi > | DataprepCoreUtils.h | ||
| TaskDepth | int32 | DataprepCoreUtils.h |
Functions
Public
Overridden from IDataprepProgressReporter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginWork
(
const FText& InDescription, |
Indicates the beginning of a new work to report on | DataprepCoreUtils.h | |
virtual void EndWork() |
Indicates the end of the work | DataprepCoreUtils.h | |
virtual FFeedbackContext * GetFeedbackContext() |
Returns the feedback context used by this progress reporter | DataprepCoreUtils.h | |
virtual bool IsWorkCancelled() |
Returns true if the work has been cancelled | DataprepCoreUtils.h | |
virtual void ReportProgress
(
float IncrementOfWork, |
Report foreseen progress on the current work | DataprepCoreUtils.h |