SWizard::CanShowPage

Checks whether the page with the specified index can be shown.

Windows
MacOS
Linux

References

Module

AppFramework

Header

/Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h

Include

#include "Widgets/Workflow/SWizard.h"

Source

/Engine/Source/Runtime/AppFramework/Private/Widgets/Workflow/SWizard.cpp

Syntax

bool CanShowPage
(
    int32 PageIndex
) const

Remarks

Checks whether the page with the specified index can be shown.

Returns

true if the page can be shown, false otherwise.

Parameters

Parameter

Description

PageIndex

The index of the page to check.

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