Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/Widgets > API/Runtime/AppFramework/Widgets/Workflow > API/Runtime/AppFramework/Widgets/Workflow/SWizard
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SWizard::FArguments
References
| Module | AppFramework |
| Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include | #include "Widgets/Workflow/SWizard.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWizard >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | BreadcrumbButtonStyle
(
const FButtonStyle* InArg |
The button style to use for each breadcrumb if ShowBreadcrumbs is set to true. | |
| WidgetArgsType & | BreadcrumbTextStyle
(
const FTextBlockStyle* InArg |
The text style to use for breadcrumbs if ShowBreadcrumbs is set to true. | |
| WidgetArgsType & | ButtonStyle
(
const FButtonStyle* InArg |
The button style used by next and back. | |
| WidgetArgsType & | ButtonTextStyle
(
const FTextBlockStyle* InArg |
The text style used by the buttons. | |
| WidgetArgsType & | CancelButtonStyle
(
const FButtonStyle* InArg |
The button style used by the cancel button. | |
| WidgetArgsType & | CanFinish
(
const TAttribute< bool >& InAttribute |
Holds a flag indicating whether the 'Finish' button is enabled. | |
| WidgetArgsType & | DesiredSize
(
const TAttribute< FVector2D >& InAttribute |
Holds the desired size. | |
| WidgetArgsType & | FinishButtonStyle
(
const FButtonStyle* InArg |
The button style used by the finish button. | |
| WidgetArgsType & | FinishButtonText
(
const TAttribute< FText >& InAttribute |
Holds the label text of the wizard's 'Finish' button. | |
| WidgetArgsType & | FinishButtonToolTip
(
const TAttribute< FText >& InAttribute |
Holds the tool tip text of the wizard's 'Finish' button. | |
| WidgetArgsType & | InitialPageIndex
(
const TAttribute< int32 >& InAttribute |
Holds the index of the initial page to be displayed (0 = default). | |
| WidgetArgsType & | OnCanceled
(
const FSimpleDelegate& InDelegate |
Exposes a delegate to be invoked when the wizard is canceled. | |
| WidgetArgsType & | OnFinished
(
const FSimpleDelegate& InDelegate |
Exposes a delegate to be invoked when the wizard is finished. | |
| WidgetArgsType & | OnFirstPageBackClicked
(
const FOnClicked& InDelegate |
Exposes a delegate to be invoked when the wizard's 'Back' button is clicked. | |
| WidgetArgsType & | OnGetNextPageIndex
(
const FOnGetPageIndex& InDelegate |
Exposes a delegate to be invoked when the wizard's 'Next' button is clicked. | |
| NamedSlotProperty< FArguments > | PageFooter () |
Holds an optional widget containing the contents to place above the buttons for all wizard pages | |
| WidgetArgsType & | PageTitleTextStyle
(
const FTextBlockStyle* InArg |
The text style to use for showing the page title if ShowPageTitle is set to true. | |
| WidgetArgsType & | ShowBreadcrumbs
(
bool InArg |
Holds a flag indicating whether a breadcrumb trail should be shown (default = false) | |
| WidgetArgsType & | ShowCancelButton
(
bool InArg |
Holds a flag indicating whether the cancel button should be shown (default = true). | |
| WidgetArgsType & | ShowPageList
(
bool InArg |
Holds a flag indicating whether the page list should be shown (default = true). | |
| WidgetArgsType & | ShowPageTitle
(
bool InArg |
Holds a flag indicating whether a page title should be shown for each page (default = false) |
Operators
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | operator+
(
FWizardPage::FArguments& ArgumentsForNewSlot |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |