Navigation
Unreal Engine C++ API Reference > Developer > MessageLog > Presentation > FMessageLogListingViewModel > SetCurrentPage
References
Module | MessageLog |
Header | /Engine/Source/Developer/MessageLog/Public/Presentation/MessageLogListingViewModel.h |
Include | #include "Presentation/MessageLogListingViewModel.h" |
Source | /Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.cpp |
virtual void SetCurrentPage ( const uint32 InOldPageIndex )
Remarks
Sets the current page to the one specified by the title.
Parameters
Name | Description |
---|---|
InOldPageIndex | the index of the page to switch to. This page will move to index 0. |