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's 'Back' button is clicked. This button is only visible if this delegate is set and only on the first page.
| Name | OnFirstPageBackClicked |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include Path | #include "Widgets/Workflow/SWizard.h" |
WidgetArgsType & OnFirstPageBackClicked
(
const FOnClicked & InDelegate
)