Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SWizard
Implements a wizard page.
| Name | FWizardPage |
| Type | class |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include Path | #include "Widgets/Workflow/SWizard.h" |
Syntax
class FWizardPage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWizardPage
(
const FArguments& InArgs |
Creates and initializes a new instance. | Widgets/Workflow/SWizard.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ButtonContent | TAlwaysValidWidget | Holds the button content. | Widgets/Workflow/SWizard.h | |
| Name | TAttribute< FText > | Holds the name of the page. | Widgets/Workflow/SWizard.h | |
| OnEnterDelegate | FSimpleDelegate | Holds a delegate to be invoked when the page is activated. | Widgets/Workflow/SWizard.h | |
| OnLeaveDelegate | FSimpleDelegate | Holds a delegate to be invoked when the page is deactivated. | Widgets/Workflow/SWizard.h | |
| PageContent | TAlwaysValidWidget | Holds the page content. | Widgets/Workflow/SWizard.h | |
| Showable | TAttribute< bool > | Holds a flag indicating whether this page can be activated. | Widgets/Workflow/SWizard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanShow() |
Checks whether the page can be shown. | Widgets/Workflow/SWizard.h | |
const TSharedRef< SWidget > & GetButtonContent() |
Gets the button content. | Widgets/Workflow/SWizard.h | |
FText GetName() |
Gets the display name of the page. | Widgets/Workflow/SWizard.h | |
const TSharedRef< SWidget > & GetPageContent() |
Gets the page content. | Widgets/Workflow/SWizard.h | |
FSimpleDelegate & OnEnter() |
Gets a delegate to be invoked when this page is being entered. | Widgets/Workflow/SWizard.h | |
FSimpleDelegate & OnLeave() |
Gets a delegate to be invoked when this page is being left. | Widgets/Workflow/SWizard.h |