FScopedLocalizationServiceProgress::FScopedLocalizationServiceProgress

Constructor.

Windows
MacOS
Linux

References

Module

LocalizationService

Header

/Engine/Source/Developer/LocalizationService/Public/ScopedLocalizationServiceProgress.h

Include

#include "ScopedLocalizationServiceProgress.h"

Source

/Engine/Source/Developer/LocalizationService/Private/ScopedLocalizationServiceProgress.cpp

Syntax

FScopedLocalizationServiceProgress
(
    const FText & InText,
    const FSimpleDelegate & InOnCancelled
)

Remarks

  1. Progress dialog is shown immediately (if possible) and is closed when this object goes out of scope.

Parameters

Parameter

Description

InText

The text to display in the progress dialog. If this is empty the dialog will not be shown.

InOnCancelled

The delegate to call when the cancel button is clicked.

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