Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SWizard > API/Runtime/AppFramework/SWizard/FArguments
Description
Exposes a delegate to be invoked when the wizard tries to move to new next page e.g. when 'Next' is pressed. Allows the wizard to redirect to another page if processing of the current step fails in some way. Passes in the page index the wizard is trying to move to and expects the actual next page index to be returned. This process will not be repeated; the replacement page must be able to be moved to without failure.
| Name | OnTryToMoveToPage |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include Path | #include "Widgets/Workflow/SWizard.h" |
WidgetArgsType & OnTryToMoveToPage
(
const FOnGetPageIndex & InDelegate
)