SWizard::FArguments::OnFirstPageBackClicked

Exposes a delegate to be invoked when the wizard's 'Back' 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 & OnFirstPageBackClicked
(
    const FOnClicked & InDelegate
)

Remarks

Exposes a delegate to be invoked when the wizard's 'Back' button is clicked. This button is only visible if this delegate is set and only on the first page.

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