Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SWizard > API/Runtime/AppFramework/SWizard/FWizardPage
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include Path | #include "Widgets/Workflow/SWizard.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< FWizardPage >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SWizard::FWizardPage::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Workflow/SWizard.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Workflow/SWizard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > ButtonContent() |
Holds the content of the button to be shown in the wizard's page selector. | Widgets/Workflow/SWizard.h | |
WidgetArgsType & CanShow
(
const TAttribute< bool >& InAttribute |
Holds a flag indicating whether this page can be activated (default = true). | Widgets/Workflow/SWizard.h | |
WidgetArgsType & Name
(
const TAttribute< FText >& InAttribute |
Holds the name of the page to be displayed in the breadcrumb trail. | Widgets/Workflow/SWizard.h | |
WidgetArgsType & OnEnter
(
const FSimpleDelegate& InDelegate |
Exposes a delegate to be invoked when this page is being activated. | Widgets/Workflow/SWizard.h | |
WidgetArgsType & OnLeave
(
const FSimpleDelegate& InDelegate |
Exposes a delegate to be invoked when this page is being deactivated. | Widgets/Workflow/SWizard.h | |
NamedSlotProperty< FArguments > PageContent() |
Holds the page content. | Widgets/Workflow/SWizard.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/Workflow/SWizard.h |