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 |
int32 GetPageIndex
&40;
const TSharedPtr< SWidget > & PageWidget
&41; const
Remarks
Gets the index of the specified wizard page widget. The index of the page, or INDEX_NONE if not found.
Parameters
| Name | Description |
|---|---|
| PageWidget | The page widget to get the index for. |