FWizardPage

Implements a wizard page.

Windows
MacOS
Linux

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

Name Description

Public function

FWizardPage

(
    const FArguments& InArgs
)

Creates and initializes a new instance.

Functions

Name Description

Public function Const

bool

 

CanShow()

Checks whether the page can be shown.

Public function Const

const TShare...

 

GetButtonContent()

Gets the button content.

Public function Const

FText

 

GetName()

Gets the display name of the page.

Public function Const

const TShare...

 

GetPageContent()

Gets the page content.

Public function

FSimpleDeleg...

 

OnEnter()

Gets a delegate to be invoked when this page is being entered.

Public function

FSimpleDeleg...

 

OnLeave()

Gets a delegate to be invoked when this page is being left.

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss