SWizard::FArguments::OnGetNextPageIndex

Exposes a delegate to be invoked when the wizard's 'Next' button is clicked.

Windows
MacOS
Linux

References

Module

AppFramework

Header

/Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h

Include

#include "Widgets/Workflow/SWizard.h"

Syntax

WidgetArgsType & OnGetNextPageIndex
(
    const FOnGetPageIndex & InDelegate
)

Remarks

Exposes a delegate to be invoked when the wizard's 'Next' button is clicked. Passes in the current page index and expects the next page index to be returned.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss