UDataprepOperation::BeginWork

Indicates the beginning of a new work to report on

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 BeginWork
(
    const FText & InDescription,
    float InAmountOfWork
)

Remarks

Indicates the beginning of a new work to report on

Parameters

Parameter

Description

InDescription

Text describing the work about to begin

InAmountOfWork

Expected total amount of 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