Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/Widgets > API/Runtime/AppFramework/Widgets/Workflow > API/Runtime/AppFramework/Widgets/Workflow/SWizard
References
| Module | AppFramework |
| Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include | #include "Widgets/Workflow/SWizard.h" |
Syntax
class FWizardPage
Remarks
Implements a wizard page.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWizardPage
(
const FArguments& InArgs |
Creates and initializes a new instance. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanShow () |
Checks whether the page can be shown. | |
| const TSharedRef< SWidget > & | Gets the button content. | ||
| FText | GetName () |
Gets the display name of the page. | |
| const TSharedRef< SWidget > & | Gets the page content. | ||
| FSimpleDelegate & | OnEnter () |
Gets a delegate to be invoked when this page is being entered. | |
| FSimpleDelegate & | OnLeave () |
Gets a delegate to be invoked when this page is being left. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |