Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SWizard > API/Runtime/AppFramework/SWizard/FArguments
Description
Exposes a delegate to be invoked to control whether the wizard's 'Next' button should be active, and which page should be next if it is clicked. Significant work should not be done in this delegate as it will be polled regularly by the button. Passes in the current page index and expects the next page index to be returned.
| Name | OnGetNextPageIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include Path | #include "Widgets/Workflow/SWizard.h" |
WidgetArgsType & OnGetNextPageIndex
(
const FOnGetPageIndex & InDelegate
)