FScopedLocalizationServiceProgress::FScopedLocalizationServiceProgress

Constructor.

Unreal Engine C++ API Reference > Developer > LocalizationService > FScopedLocalizationServiceProgress

References

   
Module LocalizationService
Header /Engine/Source/Developer/LocalizationService/Public/ScopedLocalizationServiceProgress.h
Include #include "ScopedLocalizationServiceProgress.h"
Source /Engine/Source/Developer/LocalizationService/Private/ScopedLocalizationServiceProgress.cpp
FScopedLocalizationServiceProgress
(
    const [FText](API\Runtime\Core\Internationalization\FText) & InText,
    const FSimpleDelegate & InOnCancelled
)

Remarks

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

Parameters

Name 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library