Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/Widgets > API/Runtime/AppFramework/Widgets/Workflow > API/Runtime/AppFramework/Widgets/Workflow/SWizard
References
| Module | AppFramework |
| Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include | #include "Widgets/Workflow/SWizard.h" |
| Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Workflow/SWizard.cpp |
bool CanShowPage
&40;
int32 PageIndex
&41; const
Remarks
Checks whether the page with the specified index can be shown. true if the page can be shown, false otherwise.
Parameters
| Name | Description |
|---|---|
| PageIndex | The index of the page to check. |