UDataprepOperation::ReportProgress

Report foreseen progress on the current work

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepOperation.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Report", Meta=(HideSelfPin="true"))
void ReportProgress
(
    float IncrementOfWork,
    const FText & InMessage
)

Remarks

Report foreseen progress on the current work

Parameters

Parameter

Description

IncrementOfWork

Amount of progress foreseen until the next call

InMessage

Message to be displayed along side the reported progress

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