Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FScopedSourceControlProgress
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/ScopedSourceControlProgress.h |
| Include | #include "ScopedSourceControlProgress.h" |
FScopedSourceControlProgress
(
const 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. |