Navigation
API > API/Developer > API/Developer/MessageLog > API/Developer/MessageLog/Presentation > API/Developer/MessageLog/Presentation/FMessageLogListingViewModel > API/Developer/MessageLog/Presentation/FMessageLogListingViewModel/SetCurrentPage
- IMessageLog::SetCurrentPage()
- 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
&40;
const uint32 InOldPageIndex
&41;
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. |