Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/Widgets > API/Runtime/AppFramework/Widgets/Workflow
Type
typedef TBaseDelegate_OneParam< int32 , int32 > FOnGetPageIndex
References
| Module | AppFramework |
| Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Workflow/SWizard.h |
| Include | #include "Widgets/Workflow/SWizard.h" |
Remarks
Delegate type for getting the next page to show.
The parameter is the current page index. The return value should be the next page index.