Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FSlowTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/SlowTask.h |
| Include | #include "Misc/SlowTask.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SlowTask.cpp |
void MakeDialog
&40;
bool bShowCancelButton,
bool bAllowInPIE
&41;
Remarks
Creates a new dialog for this slow task, if there is currently not one open
Parameters
| Name | Description |
|---|---|
| bShowCancelButton | Whether to show a cancel button on the dialog or not |
| bAllowInPIE | Whether to allow this dialog in PIE. If false, this dialog will not appear during PIE sessions. |