SWizard::GetPageIndex

Gets the index of the specified wizard page widget.

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

int32 GetPageIndex
(
    const TSharedPtr< SWidget > & PageWidget
) const

Remarks

Gets the index of the specified wizard page widget.

Returns

The index of the page, or INDEX_NONE if not found.

Parameters

Parameter

Description

PageWidget

The page widget to get the index for.

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