FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SWizard::FWizardPage::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< FWizardPage >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

NamedSlotPro...

 

ButtonContent()

Holds the content of the button to be shown in the wizard's page selector.

Public function

WidgetArgsTy...

 

CanShow

(
    const TAttribute< bool >& InAttrib...
)

Holds a flag indicating whether this page can be activated (default = true).

Public function

WidgetArgsTy...

 

Name

(
    const TAttribute< FText >& InAttri...
)

Holds the name of the page to be displayed in the breadcrumb trail.

Public function

WidgetArgsTy...

 

OnEnter

(
    const FSimpleDelegate& InDelegate
)

Exposes a delegate to be invoked when this page is being activated.

Public function

WidgetArgsTy...

 

OnLeave

(
    const FSimpleDelegate& InDelegate
)

Exposes a delegate to be invoked when this page is being deactivated.

Public function

NamedSlotPro...

 

PageContent()

Holds the page content.

Operators

Name Description

Public function

FArguments &

 

operator[]

(
    const TSharedRef< SWidget > InChild
)

Typedefs

Name

Description

WidgetArgsType

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