Navigation
API > API/Developer > API/Developer/LocalizationService > API/Developer/LocalizationService/FScopedLocalizationServiceProgre-
References
| Module | LocalizationService |
| Header | /Engine/Source/Developer/LocalizationService/Public/ScopedLocalizationServiceProgress.h |
| Include | #include "ScopedLocalizationServiceProgress.h" |
| Source | /Engine/Source/Developer/LocalizationService/Private/ScopedLocalizationServiceProgress.cpp |
FScopedLocalizationServiceProgress
&40;
const FText & InText,
const FSimpleDelegate & InOnCancelled
&41;
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. |